From e265f7d0404075700cb1b730ee04b7e51efaccc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 16 Sep 2025 07:26:33 +0200 Subject: [PATCH] test: Mark `add_tests::add_with_channel` as online test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- crates/pixi/tests/integration_rust/add_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/pixi/tests/integration_rust/add_tests.rs b/crates/pixi/tests/integration_rust/add_tests.rs index c0fe2e95bc..89c9e9bd85 100644 --- a/crates/pixi/tests/integration_rust/add_tests.rs +++ b/crates/pixi/tests/integration_rust/add_tests.rs @@ -83,6 +83,7 @@ async fn add_functionality() { /// Test adding a package with a specific channel #[tokio::test] +#[cfg_attr(not(feature = "online_tests"), ignore)] async fn add_with_channel() { setup_tracing();