Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 34c1c079d89e50ca2731d64a07259702d93f1fd2..636ce30e29d1e2e3b9423815bed48676336f6b6d 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -70,6 +70,11 @@ |
'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
'test-types/*': [PASS, NO_VARIANTS], |
+ # The cpu profiler tests are notoriously flaky. |
+ # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
+ # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
+ 'test-cpu-profiler/*': [PASS, FLAKY], |
+ |
############################################################################ |
# Slow tests. |
'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |