From 592bb190dbebe19eac407b4c9bd81add4bdf43d7 Mon Sep 17 00:00:00 2001 From: Travis Downs Date: Thu, 5 Feb 2026 20:11:17 -0300 Subject: [PATCH] ci: Disable scheduling_group_nesting test in Alpine workflow The scheduling_group_nesting test is flaking consistently in the Alpine Linux CI environment. Exclude it from the test run until the flakiness can be resolved. Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/alpinelinux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpinelinux.yaml b/.github/workflows/alpinelinux.yaml index a1c049b9b31..b6b756ae361 100644 --- a/.github/workflows/alpinelinux.yaml +++ b/.github/workflows/alpinelinux.yaml @@ -63,4 +63,4 @@ jobs: - name: Run unit tests run: | - ctest --test-dir build --output-on-failure -j2 + ctest --test-dir build --output-on-failure -j2 -E scheduling_group_nesting