Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index a567b8fe7121a2433886afc61d78202f50a0418c..c8f937037f4c8016d325c3575c2e5ad3dc94bd13 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -65,6 +65,10 @@ |
# are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
+ # This tests only the type system, so there is no point in running several |
+ # variants. |
+ 'test-types/*': [PASS, NO_VARIANTS], |
+ |
# BUG(2999). |
'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |