diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go
index 6bdaec8a1e7549e3af2234ec7d51bccea9c666a3..e54b9ee96f0afdaf2fd93bafe4cbacd4f9eeb48b 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()