Commit d8e55a5c authored by Gustav Simonsson's avatar Gustav Simonsson

Skip VMTests RandomTests temporarily until they are fixed

parent e885a291
...@@ -380,6 +380,7 @@ func TestStateTestsRandom(t *testing.T) { ...@@ -380,6 +380,7 @@ func TestStateTestsRandom(t *testing.T) {
} }
func TestVMRandom(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/*") fns, _ := filepath.Glob("../files/VMTests/RandomTests/*")
for _, fn := range fns { for _, fn := range fns {
RunVmTest(fn, t) RunVmTest(fn, t)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment