From 1f846079627e1cdc03fa49854e8ac6e8355eb899 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 26 Nov 2024 18:23:20 +0100 Subject: [PATCH] CI: disable Windows tests --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 9aa56f29293e1b..b709c35129c896 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -385,7 +385,7 @@ if (process.env.SCHEDULE_TEST_SHARDS) { }; if (process.env.ALL_PLATFORMS === 'true') { - shardGrouping['windows-latest'] = scheduleItems(shardKeys, 8); + // shardGrouping['windows-latest'] = scheduleItems(shardKeys, 8); shardGrouping['macos-latest'] = scheduleItems(shardKeys, 4); }