This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new fca0aa6f73 Remove Firefox from test matrix due to Cypress
fca0aa6f73 is described below

commit fca0aa6f738c166ab8e8dfa15fd338262ea12d3c
Author: Andy Seaborne <[email protected]>
AuthorDate: Sun Mar 23 16:27:18 2025 +0000

    Remove Firefox from test matrix due to Cypress
---
 .github/workflows/ui.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index 0c328368aa..320877cfd3 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -59,7 +59,9 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        browser: [ firefox, chrome, electron ]
+        ##browser: [ firefox, chrome, electron ]
+        ## Firefox removed for now - it now consistently fails after a cypress 
upgrade
+        browser: [ chrome, electron ]
         os: [ ubuntu-latest ]
 
     env:

Reply via email to