Skip to content

Commit d01c32c

Browse files
committed
CI: Skip some OIL capture keys tests on Clang
1 parent 5572e29 commit d01c32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ workflows:
6262
requires:
6363
- build-clang
6464
# Tests disabled due to bad DWARF generated by the old clang compiler in CI
65-
exclude_regex: "OilIntegration.fbstring_.*"
65+
exclude_regex: "OilIntegration.fbstring_.*|OilIntegration.capture_keys_string|OilIntegration.capture_keys_multi_level"
6666
- test:
6767
name: test-type-graph-clang
6868
requires:

0 commit comments

Comments
 (0)