We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3138890 commit 83f0809Copy full SHA for 83f0809
.github/workflows/ci.yml
@@ -217,8 +217,8 @@ jobs:
217
"test": true,
218
// turn off custom allocator & symbolic functions to make LSAN do its magic
219
"CMAKE_PRESET": "sanitize",
220
- // exclude seriously slow/problematic tests (laketests crash)
221
- "CTEST_OPTIONS": "-E 'interactivetest|leanpkgtest|laketest|benchtest'"
+ // exclude seriously slow/problematic tests (laketests crash, async_base_functions timeouts)
+ "CTEST_OPTIONS": "-E '(interactive|pkg|lake|bench)/|StackOverflow|async_base_functions'"
222
},
223
{
224
"name": "macOS",
0 commit comments