Skip to content

Commit

Permalink
tests: ignore LWT test with tablets
Browse files Browse the repository at this point in the history
As of now, LWTs are not supported with tablets enabled.
Marked the test for LWT + tablets with `#[ignore]`.

(cherry picked from commit 9a6e3ee)
  • Loading branch information
muzarski authored and wprzytula committed Jul 11, 2024
1 parent d20aed5 commit 2bd4556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scylla/tests/integration/tablets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,12 @@ async fn test_tablet_feedback_not_sent_for_unprepared_queries() {
/// for every tablet.
/// After that it sends 100 queries fro each tablet and verifies that only 1 shard on 1 node
/// recevied requests for a given tablet.
///
/// TODO: Remove #[ignore] once LWTs are supported with tablets.
#[cfg(not(scylla_cloud_tests))]
#[tokio::test]
#[ntest::timeout(30000)]
#[ignore]
async fn test_lwt_optimization_works_with_tablets() {
setup_tracing();
const TABLET_COUNT: usize = 16;
Expand Down

0 comments on commit 2bd4556

Please sign in to comment.