Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Jan 30, 2024
1 parent 259d418 commit 301355b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ rm_rf = "0.6"
serial_test = { version = "3.0", features = ["file_locks"] }
strip-ansi-escapes = "0.2.0"
sysinfo = { version = "0.29", default-features = false }
test_retry = "0.1"
tokio-test = "0.4"
tokio-tungstenite = { version = "0.21", default-features = false, features = [
"connect",
Expand Down
4 changes: 1 addition & 3 deletions homestar-runtime/tests/cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unused_must_use)]

#[cfg(not(windows))]
use crate::utils::kill_homestar_daemon;
use crate::{
Expand Down Expand Up @@ -238,7 +236,7 @@ fn test_workflow_run_integration() -> Result<()> {
}

#[test]
#[test_retry::retry]
#[serial_test::file_serial]
#[cfg(not(windows))]
fn test_daemon_serial() -> Result<()> {
let proc_info = ProcInfo::new().unwrap();
Expand Down
3 changes: 0 additions & 3 deletions homestar-runtime/tests/network/dht.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unused_must_use)]

use crate::{
make_config,
utils::{
Expand Down Expand Up @@ -567,7 +565,6 @@ fn test_libp2p_dht_quorum_failure_serial() -> Result<()> {
}

#[test]
#[test_retry::retry]
#[serial_test::file_serial]
fn test_libp2p_dht_workflow_info_provider_serial() -> Result<()> {
let proc_info1 = ProcInfo::new().unwrap();
Expand Down

0 comments on commit 301355b

Please sign in to comment.