Skip to content

Commit

Permalink
fix: remove Firefox from UI tests (#232)
Browse files Browse the repository at this point in the history
Same as in
#228.
  • Loading branch information
artemrys authored Feb 8, 2024
2 parents 8019f47 + 5f149d7 commit 8064974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ jobs:
fail-fast: false
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
browser: [ "chrome","firefox" ]
browser: [ "chrome" ]
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
python39: [false]
include:
Expand Down

0 comments on commit 8064974

Please sign in to comment.