Skip to content

Commit

Permalink
ignore ipv6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Dec 31, 2024
1 parent 5f11055 commit f4e165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/traffic/steal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mod steal_tests {
application.assert(&process).await;
}

#[cfg_attr(not(any(feature = "ephemeral", feature = "job")), ignore)]
#[ignore] // Needs special cluster setup, so ignore by default.
#[rstest]
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
#[timeout(Duration::from_secs(240))]
Expand Down

0 comments on commit f4e165b

Please sign in to comment.