Skip to content

Commit 83f0809

Browse files
committed
update exclusions
1 parent 3138890 commit 83f0809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ jobs:
217217
"test": true,
218218
// turn off custom allocator & symbolic functions to make LSAN do its magic
219219
"CMAKE_PRESET": "sanitize",
220-
// exclude seriously slow/problematic tests (laketests crash)
221-
"CTEST_OPTIONS": "-E 'interactivetest|leanpkgtest|laketest|benchtest'"
220+
// exclude seriously slow/problematic tests (laketests crash, async_base_functions timeouts)
221+
"CTEST_OPTIONS": "-E '(interactive|pkg|lake|bench)/|StackOverflow|async_base_functions'"
222222
},
223223
{
224224
"name": "macOS",

0 commit comments

Comments
 (0)