Skip to content

Commit 9a6e3ee

Browse files
committed
tests: ignore LWT test with tablets
As of now, LWTs are not supported with tablets enabled. Marked the test for LWT + tablets with `#[ignore]`.
1 parent 5abc02f commit 9a6e3ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scylla/tests/integration/tablets.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,12 @@ async fn test_tablet_feedback_not_sent_for_unprepared_queries() {
479479
/// for every tablet.
480480
/// After that it sends 100 queries fro each tablet and verifies that only 1 shard on 1 node
481481
/// recevied requests for a given tablet.
482+
///
483+
/// TODO: Remove #[ignore] once LWTs are supported with tablets.
482484
#[cfg(not(scylla_cloud_tests))]
483485
#[tokio::test]
484486
#[ntest::timeout(30000)]
487+
#[ignore]
485488
async fn test_lwt_optimization_works_with_tablets() {
486489
setup_tracing();
487490
const TABLET_COUNT: usize = 16;

0 commit comments

Comments
 (0)