From 5f127db684d8b93b428bf99d49bc768515e6ee90 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Tue, 23 Apr 2024 09:10:42 -0700 Subject: [PATCH] [ci] Disable Ruby tests for Chrome/Edge on Windows --- .github/workflows/ci-ruby.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index 653034f947f45..deb56b656f4c0 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -87,6 +87,11 @@ jobs: os: ubuntu - browser: safari os: windows + # TODO: Investigate why they are timing out + - browser: chrome + os: windows + - browser: edge + os: windows with: name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }}) browser: ${{ matrix.browser }}