natspec: disabled natspec test

This commit is contained in:
obscuren 2015-04-24 17:44:22 +02:00
parent 1681ee9883
commit 3bb6da9bd3
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ func (self *testFrontend) testResolver() *resolver.Resolver {
}
func TestNatspecE2E(t *testing.T) {
t.Skip()
tf := testInit(t)
defer tf.ethereum.Stop()