Skip to content

Commit a60989b

Browse files
committed
Update replset e2e tests not to run tests for sharded clusters.
1 parent 6b84100 commit a60989b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2etests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
export TEST_PLM_URL=http://127.0.0.1:2242
5252
export TEST_PLM_BIN=./bin/plm_test
5353
54-
poetry run pytest
54+
poetry run pytest tests/test_collections.py tests/test_documents.py tests/test_indexes.py tests/test_selective.py tests/test_transactions.py
5555
5656
- name: Teardown Docker Compose
5757
if: always()

0 commit comments

Comments
 (0)