Skip to content

Commit d5b1356

Browse files
committed
Skipping time-to-first-query on readonly
1 parent bf5c8e4 commit d5b1356

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
- test: auto-update-to
119119
package: linux_deb
120120

121+
# Skip time-to-first-query tests for readonly because it doesn't have editable documents
122+
# See https://github.com/mongodb-js/compass/actions/runs/13286945911/job/37097791601
123+
- hadron-distribution: compass-readonly
124+
test: time-to-first-query
125+
121126
runs-on: ${{ matrix.runs-on }}
122127
env:
123128
DEBUG: compass:smoketests:*

0 commit comments

Comments
 (0)