diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-09 21:40:43 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-09 21:40:43 +0800 |
commit | d8e55a5cc3230af8071df6bf25f6202c0a2e2647 (patch) | |
tree | ad0c0cb5865dad9a40f59759ac9137390eb9d87f /tests | |
parent | e885a2912b427866f683f00853a619e76df7a8ce (diff) | |
download | dexon-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.gz dexon-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.zst dexon-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.zip |
Skip VMTests RandomTests temporarily until they are fixed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vm/gh_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 2f76084d0..a95d02576 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -380,6 +380,7 @@ func TestStateTestsRandom(t *testing.T) { } func TestVMRandom(t *testing.T) { + t.Skip() // fucked as of 2015-06-09. unskip once unfucked /Gustav fns, _ := filepath.Glob("../files/VMTests/RandomTests/*") for _, fn := range fns { RunVmTest(fn, t) |