mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
natspec: disabled natspec test
This commit is contained in:
parent
1681ee9883
commit
3bb6da9bd3
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ func (self *testFrontend) testResolver() *resolver.Resolver {
|
|||
}
|
||||
|
||||
func TestNatspecE2E(t *testing.T) {
|
||||
t.Skip()
|
||||
|
||||
tf := testInit(t)
|
||||
defer tf.ethereum.Stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue