Skip to content

Commit

Permalink
Add test run commmand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Apr 9, 2024
1 parent 8ba888d commit 7bbf826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/real/community.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ async fn queue_control_actions() {
assert!(!rx.try_recv().is_ok());
}

// Run the following test with:
// FAKTORY_URL=tcp://127.0.0.1:7419 cargo test --locked --all-features --all-targets queue_control_actions_wildcard -- --include-ignored
#[tokio::test(flavor = "multi_thread")]
#[ignore = "This requires a dedicated test run since the commands affect all queues on the Faktory server"]
async fn queue_control_actions_wildcard() {
Expand Down

0 comments on commit 7bbf826

Please sign in to comment.