Skip to content

Commit 25b2e76

Browse files
authored
Revert "refactor: enable MacOS tests again (#4665)" (#4687)
This reverts commit 15a0b34.
1 parent 89d8dc4 commit 25b2e76

File tree

9 files changed

+6
-2
lines changed

9 files changed

+6
-2
lines changed

.github/workflows/01-init-playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [macos-14, windows-2022]
17+
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
18+
# os: [macos-13, windows-2022]
19+
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
1820
steps:
1921
- name: ⏬ Checkout repo
2022
uses: actions/checkout@v4

.github/workflows/02-e2e-screen-reader.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [macos-14, windows-2022]
21+
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
22+
# os: [macos-13, windows-2022]
23+
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2224
shardIndex: [1, 2, 3, 4]
2325
shardTotal: [4]
2426
steps:
Loading
Loading
Loading
0 Bytes
Loading
-3 Bytes
Loading
10 Bytes
Loading
Loading

0 commit comments

Comments
 (0)