Skip to content

Commit

Permalink
Merge pull request #603 from jeremyandrews/test-ignore
Browse files Browse the repository at this point in the history
ignore gaggle tests consistently
  • Loading branch information
jeremyandrews committed Aug 27, 2024
2 parents 2f9f6a5 + 5e07f1c commit 1a8280e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/one_taskset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ async fn test_one_scenario() {
run_standalone_test(TestType::NoResetMetrics).await;
}

#[ignore]
#[tokio::test(flavor = "multi_thread", worker_threads = 8)]
#[cfg_attr(not(feature = "gaggle"), ignore)]
#[serial]
// Test a single scenario with multiple weighted transactions, in Gaggle mode.
async fn test_one_scenario_gaggle() {
Expand All @@ -253,8 +253,8 @@ async fn test_one_scenario_reset_metrics() {
run_standalone_test(TestType::ResetMetrics).await;
}

#[ignore]
#[tokio::test(flavor = "multi_thread", worker_threads = 8)]
#[cfg_attr(not(feature = "gaggle"), ignore)]
#[serial]
// Test a single scenario with multiple weighted transactions, enable --no-reset-metrics
// in Gaggle mode.
Expand Down

0 comments on commit 1a8280e

Please sign in to comment.