From d01c32c6575827b992b0ae245e1b74c290e22ecc Mon Sep 17 00:00:00 2001 From: Alastair Robertson Date: Wed, 27 Sep 2023 13:28:08 -0700 Subject: [PATCH] CI: Skip some OIL capture keys tests on Clang --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 470c052..286f759 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ workflows: requires: - build-clang # Tests disabled due to bad DWARF generated by the old clang compiler in CI - exclude_regex: "OilIntegration.fbstring_.*" + exclude_regex: "OilIntegration.fbstring_.*|OilIntegration.capture_keys_string|OilIntegration.capture_keys_multi_level" - test: name: test-type-graph-clang requires: