Disable firefox testing
authorDaily Price Depot Droid <anthony@atgreen.org>
Sat, 21 Oct 2023 13:58:28 +0000 (09:58 -0400)
committerDaily Price Depot Droid <anthony@atgreen.org>
Sat, 21 Oct 2023 13:58:28 +0000 (09:58 -0400)
.github/workflows/emscripten.yml

index 1a5923824c746e0f80301107825cf00d516da007..1e6265a3ee19e4ae06dbc42da5ae06b8c5f7301f 100644 (file)
@@ -129,7 +129,8 @@ jobs:
     strategy:
       matrix:
         bigint: ["--wasm-bigint", ""]
-        browser: ["firefox", "chrome"]
+        browser: ["chrome"]
+        # FIXME: selenium can't find gecko driver for "firefox"
     runs-on: ubuntu-22.04
     needs: [build]
     steps: