Skip to content

Commit b7447c6

Browse files
authored
fix(infra): skip serdes tests in min-version release step (#36818)
1 parent 41c0cc5 commit b7447c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
run: |
357357
VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable .
358358
VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS
359-
make tests
359+
make tests PYTEST_EXTRA="-q -k 'not test_serdes'"
360360
working-directory: ${{ env.EFFECTIVE_WORKING_DIR }}
361361

362362
- name: Import integration test dependencies

0 commit comments

Comments
 (0)