Skip to content

Commit 210f400

Browse files
committed
Exclude failing Firestore test
1 parent 960eff9 commit 210f400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
LANG: en_US
224224
run: |
225225
cd build
226-
ctest --repeat until-pass:3 --output-on-failure
226+
ctest --repeat until-pass:3 --output-on-failure -E firestore_util_test
227227
228228
- name: Run unit tests (linux)
229229
# Linux exists as its own standalone execution step in order to invoke

0 commit comments

Comments
 (0)