aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-06-09 21:40:43 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-06-09 21:40:43 +0800
commitd8e55a5cc3230af8071df6bf25f6202c0a2e2647 (patch)
treead0c0cb5865dad9a40f59759ac9137390eb9d87f /tests
parente885a2912b427866f683f00853a619e76df7a8ce (diff)
downloadgo-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar
go-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.gz
go-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.bz2
go-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.lz
go-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.xz
go-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.tar.zst
go-tangerine-d8e55a5cc3230af8071df6bf25f6202c0a2e2647.zip
Skip VMTests RandomTests temporarily until they are fixed
Diffstat (limited to 'tests')
-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 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)