diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index d9b1ded7a3b7a13b127d62c0349cf6e499d64828..17f945910285ec5a050a95d911022a54ed6b2396 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) }