From d8e55a5cc3230af8071df6bf25f6202c0a2e2647 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Tue, 9 Jun 2015 15:40:43 +0200 Subject: [PATCH] Skip VMTests RandomTests temporarily until they are fixed --- 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 2f76084d0f..a95d02576a 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)