Skip to content

Commit

Permalink
ci: disable Windows tests (renovatebot#32754)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored and ssams committed Dec 2, 2024
1 parent 60975d4 commit 9b12178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 9b12178

Please sign in to comment.