Skip to content

Commit 882f8d4

Browse files
feat: remove firefox from ui tests (#228)
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
1 parent 8019f47 commit 882f8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ jobs:
14861486
fail-fast: false
14871487
matrix:
14881488
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
1489-
browser: [ "chrome","firefox" ]
1489+
browser: [ "chrome" ]
14901490
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
14911491
python39: [false]
14921492
include:

0 commit comments

Comments
 (0)