From 95cfaa1b37c417de45cc754b0ade9746f15f0805 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 13 Feb 2015 23:26:41 +0100 Subject: [PATCH] disabled test --- tests/vm/gh_test.go | 1 + 1 file changed, 1 insertion(+) 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) }