We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02200b commit 05b5ab8Copy full SHA for 05b5ab8
1 file changed
.github/workflows/cre-system-tests.yaml
@@ -231,6 +231,7 @@ jobs:
231
env:
232
TEST_NAME: ${{ matrix.tests.test_name }}
233
TEST_TIMEOUT: 30m
234
+ RUN_QUARANTINED_TESTS: 'true' # always run quarantined tests in CI
235
run: |
236
gotestsum \
237
--jsonfile=/tmp/gotest.log \
0 commit comments