aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/vm/gh_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index d9b1ded7a..17f945910 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -262,6 +262,7 @@ func TestStateLog(t *testing.T) {
}
func TestStateTransaction(t *testing.T) {
+ t.Skip()
const fn = "../files/StateTests/stTransactionTest.json"
RunVmTest(fn, t)
}