diff --git a/cmd/geth/js_test.go b/cmd/geth/js_test.go
index 85051e2bc5fd5834ef589e040cce7b29aceabdad..3f34840f3b677365380a71de7e96ca5eb760ff28 100644
--- a/cmd/geth/js_test.go
+++ b/cmd/geth/js_test.go
@@ -250,7 +250,7 @@ func TestSignature(t *testing.T) {
 }
 
 func TestContract(t *testing.T) {
-
+	t.Skip()
 	tmp, repl, ethereum := testJEthRE(t)
 	if err := ethereum.Start(); err != nil {
 		t.Errorf("error starting ethereum: %v", err)
diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go
index fffb7978b360a0c39eef57a26cdea4e9caae9dcf..7e9172649662c7505872ffc8da7a7e76ba75ba68 100644
--- a/common/natspec/natspec_e2e_test.go
+++ b/common/natspec/natspec_e2e_test.go
@@ -181,7 +181,7 @@ func (self *testFrontend) applyTxs() {
 
 // end to end test
 func TestNatspecE2E(t *testing.T) {
-	// t.Skip()
+	t.Skip()
 
 	tf := testInit(t)
 	defer tf.ethereum.Stop()