From 5e07f1cd5a6841e1e5c9e9d2550d9fb32710de28 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Tue, 27 Aug 2024 12:45:11 +0200 Subject: [PATCH] ignore gaggle tests consistently --- tests/one_taskset.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/one_taskset.rs b/tests/one_taskset.rs index b454ab04..b4721156 100644 --- a/tests/one_taskset.rs +++ b/tests/one_taskset.rs @@ -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() { @@ -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.