Skip to content

Commit cbb724d

Browse files
authored
test: Mark more online tests (#4595)
1 parent f62be08 commit cbb724d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/pixi/tests/integration_rust/add_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ async fn add_functionality() {
8383

8484
/// Test adding a package with a specific channel
8585
#[tokio::test]
86+
#[cfg_attr(not(feature = "online_tests"), ignore)]
8687
async fn add_with_channel() {
8788
setup_tracing();
8889

crates/pixi/tests/integration_rust/pypi_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use crate::setup_tracing;
1616
/// before when running `pixi list -e all`, this would have not included numpy
1717
/// we are now explicitly testing that this works
1818
#[tokio::test]
19+
#[cfg_attr(not(feature = "online_tests"), ignore)]
1920
async fn pyproject_optional_dependencies_resolve_recursively() {
2021
setup_tracing();
2122

0 commit comments

Comments
 (0)