Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index d9d3a7ca481136d161d48f48a568e34b0ea34f84..7e5fe2adc52fd355684cadf2d5c1fe9cd0169b37 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -65,6 +65,9 @@ |
# are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
+ # BUG(2999). |
+ 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
+ |
############################################################################ |
# Slow tests. |
'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
@@ -159,9 +162,6 @@ |
'test-serialize/DeserializeAndRunScript2': [SKIP], |
'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
- # BUG(2999). |
- 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
- |
############################################################################ |
# Slow tests. |
'test-api/Threading1': [PASS, SLOW], |