diff options
Diffstat (limited to 'tests/vm_test.go')
-rw-r--r-- | tests/vm_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm_test.go b/tests/vm_test.go index 5289ba355..c9f5e225e 100644 --- a/tests/vm_test.go +++ b/tests/vm_test.go @@ -26,6 +26,9 @@ func TestVM(t *testing.T) { t.Parallel() vmt := new(testMatcher) vmt.fails("^vmSystemOperationsTest.json/createNameRegistrator$", "fails without parallel execution") + + vmt.skipLoad(`^vmInputLimits(Light)?.json`) // log format broken + vmt.skipShortMode("^vmPerformanceTest.json") vmt.skipShortMode("^vmInputLimits(Light)?.json") |