Skip to content

Commit 1ff0098

Browse files
authored
[profcheck] Exclude Instrumentation tests (for now) (#166659)
Tracking issue: #166655
1 parent efe8573 commit 1ff0098

File tree

2 files changed

+2
-445
lines changed

2 files changed

+2
-445
lines changed

llvm/test/lit.cfg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
config.excludes.append("LoopVectorize")
6565
# exclude UpdateTestChecks - they fail because of inserted prof annotations
6666
config.excludes.append("UpdateTestChecks")
67+
# TODO(#166655): Reenable Instrumentation tests
68+
config.excludes.append("Instrumentation")
6769

6870
# test_source_root: The root path where tests are located.
6971
config.test_source_root = os.path.dirname(__file__)

0 commit comments

Comments
 (0)