tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
791 stars 70 forks source link

ignore gaggle tests consistently #603

Closed jeremyandrews closed 2 weeks ago

jeremyandrews commented 2 weeks ago

Ignore gaggle tests consistently to ensure they don't run, even with --all-features enabled:

+#[ignore]
 #[tokio::test(flavor = "multi_thread", worker_threads = 8)]
-#[cfg_attr(not(feature = "gaggle"), ignore)]
 #[serial]