chore(relay): ignore eBPF integration test (#8543)

This needs elevated privileges to run. Our current pattern for these is
to set them as ignored. In CI, we run all tests, including the ignored
ones.
This commit is contained in:
Thomas Eizinger
2025-03-29 12:49:43 +11:00
committed by GitHub
parent e231ba9407
commit afa6814ab4

View File

@@ -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");