Skip to content

Commit dadf949

Browse files
committed
Enable tests/integration/standard/ in CI
All the tests should be passing now, so they can be enabled.
1 parent 1c886fd commit dadf949

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121

2222
- name: Test with pytest
2323
run: |
24-
./ci/run_integration_test.sh tests/integration/standard/test_authentication.py tests/integration/standard/test_cluster.py tests/integration/standard/test_concurrent.py tests/integration/standard/test_connection.py tests/integration/standard/test_control_connection.py tests/integration/standard/test_custom_payload.py tests/integration/standard/test_custom_protocol_handler.py tests/integration/standard/test_cython_protocol_handlers.py tests/integration/standard/test_scylla_cloud.py tests/integration/standard/test_use_keyspace.py tests/integration/standard/test_ip_change.py tests/integration/cqlengine/
25-
# can't run this, cause only 2 cpus on github actions: tests/integration/standard/test_shard_aware.py
24+
./ci/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/

0 commit comments

Comments
 (0)