Skip to content

Commit de0aeeb

Browse files
committed
Move tablets test to standard tests
Tablets are now available on Scylla version that we run CI with, so I see no reason to keep it separate.
1 parent 3b0ecb5 commit de0aeeb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,3 @@ jobs:
5555
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
5656
export SCYLLA_VERSION='release:6.2'
5757
./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/
File renamed without changes.

0 commit comments

Comments
 (0)