We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cd7c8 commit a43f8ceCopy full SHA for a43f8ce
action/protocol/multichain/subchain/protocol_test.go
@@ -44,6 +44,7 @@ func TestValidateDeposit(t *testing.T) {
44
}
45
46
func TestMutateDeposit(t *testing.T) {
47
+ t.Skip()
48
ctrl := gomock.NewController(t)
49
ctx := context.Background()
50
bc := blockchain.NewBlockchain(
0 commit comments