diff --git a/rust/relay/server/tests/ebpf_ipv4.rs b/rust/relay/server/tests/ebpf_ipv4.rs index f3ce2be2e..945797612 100644 --- a/rust/relay/server/tests/ebpf_ipv4.rs +++ b/rust/relay/server/tests/ebpf_ipv4.rs @@ -8,6 +8,7 @@ use ebpf_shared::Config; use stun_codec::rfc5766::attributes::ChannelNumber; #[tokio::test] +#[ignore = "Needs root"] async fn ping_pong() { let _guard = firezone_logging::test("trace,mio=off");