Skip to content

Commit 91e8469

Browse files
committed
Remove test:travis from Safari tests
1 parent ac451e9 commit 91e8469

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,7 @@ jobs:
261261
name: Test Firestore on Safari
262262
strategy:
263263
matrix:
264-
test-name: ["test:browser", "test:travis", "test:lite:browser", "test:browser:prod:nameddb", "test:lite:browser:nameddb"]
265-
# Whatever version of Firefox comes with 22.04 is causing Firefox
266-
# startup to hang when launched by karma. Need to look further into
267-
# why.
264+
test-name: ["test:browser", "test:lite:browser", "test:browser:prod:nameddb", "test:lite:browser:nameddb"]
268265
runs-on: macos-latest
269266
needs: build
270267
if: ${{ needs.build.outputs.changed == 'true'}}

0 commit comments

Comments
 (0)