diff options
Diffstat (limited to 'tests/vm/gh_test.go')
-rw-r--r-- | tests/vm/gh_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 2545affe5..612537ddf 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -320,7 +320,6 @@ func TestStateLog(t *testing.T) { } func TestStateTransaction(t *testing.T) { - t.Skip() const fn = "../files/StateTests/stTransactionTest.json" RunVmTest(fn, t) } |