We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba69ae1 commit b4b7ee2Copy full SHA for b4b7ee2
seth/util_test.go
@@ -127,6 +127,7 @@ func TestUtilDoesPragmaSupportCustomRevert(t *testing.T) {
127
}
128
129
func TestUtilPendingNonce(t *testing.T) {
130
+ t.Skip("Flaky Test: https://smartcontract-it.atlassian.net/browse/DX-299")
131
c := newClient(t)
132
c.Cfg.Network.PrivateKeys = append(c.Cfg.Network.PrivateKeys, c.Cfg.Network.PrivateKeys[0])
133
c.Addresses = append(c.Addresses, c.Addresses[0])
0 commit comments