diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go index 6bdaec8a1e..e54b9ee96f 100644 --- a/common/natspec/natspec_e2e_test.go +++ b/common/natspec/natspec_e2e_test.go @@ -284,6 +284,7 @@ func (self *testFrontend) testResolver() *resolver.Resolver { } func TestNatspecE2E(t *testing.T) { + t.Skip() tf := testInit(t) defer tf.ethereum.Stop()