Skip to content

Commit bf2653e

Browse files
committed
Disable flaky test TimeProfilerTest.ConstantEvaluationCxx20
See comments on #138613
1 parent f880713 commit bf2653e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/unittests/Support/TimeProfilerTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ std::string buildTraceGraph(StringRef Json) {
186186

187187
} // namespace
188188

189-
TEST(TimeProfilerTest, ConstantEvaluationCxx20) {
189+
// FIXME: Flaky test. See https://github.com/llvm/llvm-project/pull/138613
190+
TEST(TimeProfilerTest, DISABLED_ConstantEvaluationCxx20) {
190191
std::string Code = R"(
191192
void print(double value);
192193

0 commit comments

Comments
 (0)