Skip to content

Commit

Permalink
fml our tests snapshots depend on order
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Apr 17, 2024
1 parent 7c5c686 commit f6f342c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ runs:
|| 'hogvm posthog'
}} -m "not async_migrations" \
--splits ${{ inputs.concurrency }} --group ${{ inputs.group }} \
--durations=100 --durations-min=1.0 --store-durations --splitting-algorithm=least_duration \
--durations=100 --durations-min=1.0 --store-durations \
$PYTEST_ARGS
- name: Run EE tests
Expand All @@ -171,7 +171,7 @@ runs:
run: | # async_migrations covered in ci-async-migrations.yml
pytest ${{ inputs.person-on-events == 'true' && 'ee/clickhouse/' || 'ee/' }} -m "not async_migrations" \
--splits ${{ inputs.concurrency }} --group ${{ inputs.group }} \
--durations=100 --durations-min=1.0 --store-durations --splitting-algorithm=least_duration \
--durations=100 --durations-min=1.0 --store-durations \
$PYTEST_ARGS
- name: Run /decide read replica tests
Expand Down

0 comments on commit f6f342c

Please sign in to comment.