Skip to content

Commit 5f127db

Browse files
committed
[ci] Disable Ruby tests for Chrome/Edge on Windows
1 parent 04c9dfc commit 5f127db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
os: ubuntu
8888
- browser: safari
8989
os: windows
90+
# TODO: Investigate why they are timing out
91+
- browser: chrome
92+
os: windows
93+
- browser: edge
94+
os: windows
9095
with:
9196
name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }})
9297
browser: ${{ matrix.browser }}

0 commit comments

Comments
 (0)