Skip to content

Commit

Permalink
update serial_test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews authored and slashrsm committed Dec 18, 2023
1 parent d0c5402 commit b106feb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.17.3-dev
- [#565](https://github.com/tag1consulting/goose/pull/565) add `--accept-invalid-certs` to skip validation of https certificates
- [#568](https://github.com/tag1consulting/goose/pull/568) don't panic when truncating non utf-8 string
- [#574](https://github.com/tag1consulting/goose/pull/574) update [`http`](https://docs.rs/http), [`itertools`](https://docs.rs/itertools) [`nix`](https://docs.rs/nix), [`rustls`](https://docs.rs/rustls/)
- [#574](https://github.com/tag1consulting/goose/pull/574) update [`http`](https://docs.rs/http), [`itertools`](https://docs.rs/itertools) [`nix`](https://docs.rs/nix), [`rustls`](https://docs.rs/rustls/), and [`serial_test`](https://docs.rs/serial_test)

## 0.17.2 August 28, 2023
- [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ httpmock = "0.6"
native-tls = "0.2"
nix = "0.27"
rustls = "0.22"
serial_test = "0.9"
serial_test = "2.0"
1 change: 0 additions & 1 deletion tests/one_taskset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ 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]
Expand Down

0 comments on commit b106feb

Please sign in to comment.