mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user