We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5c8e4 commit d5b1356Copy full SHA for d5b1356
.github/workflows/test-installers.yml
@@ -118,6 +118,11 @@ jobs:
118
- test: auto-update-to
119
package: linux_deb
120
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
+
126
runs-on: ${{ matrix.runs-on }}
127
env:
128
DEBUG: compass:smoketests:*
0 commit comments