Parcourir la source

natspec: disabled natspec test

obscuren il y a 10 ans
Parent
commit
3bb6da9bd3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      common/natspec/natspec_e2e_test.go

+ 1 - 0
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()