We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ecb5 commit de0aeebCopy full SHA for de0aeeb
.github/workflows/integration-tests.yml
@@ -55,9 +55,3 @@ jobs:
55
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
56
export SCYLLA_VERSION='release:6.2'
57
./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
58
-
59
- - name: Test tablets
60
- run: |
61
- export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
62
- export SCYLLA_VERSION='release:6.2'
63
- ./scripts/run_integration_test.sh tests/integration/experiments/
…/integration/experiments/test_tablets.py …sts/integration/standard/test_tablets.pytests/integration/experiments/test_tablets.py renamed to tests/integration/standard/test_tablets.py
0 commit comments