From ed05ef8ddceff1c61b483adc9bb114f5c1b6be7c Mon Sep 17 00:00:00 2001 From: Arnold Noronha Date: Wed, 11 Feb 2026 03:48:22 -0500 Subject: [PATCH] Disable parallel testing in CI Run tests sequentially on a single simulator to avoid flakiness. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9223fb..e54c258 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,4 +22,5 @@ jobs: -destination 'platform=iOS Simulator,name=iPhone 16' \ -skipPackagePluginValidation \ -skip-testing:SampleWorkshopAppUITests \ + -parallel-testing-enabled NO \ -resultBundlePath TestResults.xcresult