Skip to content

Commit

Permalink
Check firewall readiness before test to avoid conflict with other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 4, 2024
1 parent 42f0dba commit a90508f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/firewall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async fn set_firewall_configuration() {

let robot = crate::AsyncRobot::default();
let server = common::provisioned_server().await;
common::wait_firewall_ready(&robot, server.id).await;

// Fetch the current firewall configuration.
let original_firewall = robot.get_firewall(server.id).await.unwrap();
Expand Down

0 comments on commit a90508f

Please sign in to comment.