Skip to content

Commit 73b2106

Browse files
zmodemgithub-actions[bot]
authored andcommitted
Automerge: Disable flaky test TimeProfilerTest.ConstantEvaluationCxx20
See comments on llvm/llvm-project#138613
2 parents 35f5075 + bf2653e commit 73b2106

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)