Skip to content

Commit

Permalink
feat: remove firefox from ui tests (#228)
Browse files Browse the repository at this point in the history
This PR removes firefox from ui tests execution, since firefox is ranked
4th in Desktop Browser Market Share Worldwide.
https://splunk.atlassian.net/browse/ADDON-68235
tested here:
https://github.com/splunk/test-addonfactory-repo/actions/runs/7815971598/job/21320701943
  • Loading branch information
kdoroszko-splunk authored Feb 7, 2024
1 parent 8019f47 commit 882f8d4
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 882f8d4

Please sign in to comment.