Skip to content

Commit 8064974

Browse files
authored
fix: remove Firefox from UI tests (#232)
Same as in #228.
2 parents 8019f47 + 5f149d7 commit 8064974

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)