We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b610438 commit cad2c0dCopy full SHA for cad2c0d
test/test-manager/src/tests/tunnel_state.rs
@@ -111,7 +111,7 @@ async fn test_mtu_detection(
111
#[cfg(target_os = "linux")]
112
let _nft_guard = setup_nftables_drop_pings_rule(MAX_PACKET_SIZE).await;
113
#[cfg(target_os = "macos")]
114
- let _mtu_guard = set_bridge_interface_mtu(MAX_PACKET_SIZE).await?;
+ let _mtu_guard = set_bridge_interface_mtu(MAX_PACKET_SIZE)?;
115
116
// Test that the firewall rule works
117
log::info!("Sending large ping outside tunnel");
0 commit comments