Skip to content

Commit 475be40

Browse files
committed
enable LWT integration test once again
1 parent e777236 commit 475be40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scylla/tests/integration/lwt_optimisation.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ use scylla_proxy::{
1212
ResponseOpcode, ResponseReaction, ResponseRule, ShardAwareness, WorkerError,
1313
};
1414

15-
// FIXME: This will only work again after refactor of load balancing is finished.
16-
#[ignore]
1715
#[tokio::test]
1816
#[ntest::timeout(20000)]
1917
#[cfg(not(scylla_cloud_tests))]
2018
async fn if_lwt_optimisation_mark_offered_then_negotiatied_and_lwt_routed_optimally() {
21-
// This is just to increase the likelyhood that only intended prepared statements (which contain this mark) are captures by the proxy.
19+
// This is just to increase the likelihood that only intended prepared statements (which contain this mark) are captured by the proxy.
2220
const MAGIC_MARK: i32 = 123;
2321

2422
let res = test_with_3_node_cluster(ShardAwareness::QueryNode, |proxy_uris, translation_map, mut running_proxy| async move {

0 commit comments

Comments
 (0)