Skip to content

Commit

Permalink
chore: add slow test config (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Sep 25, 2024
1 parent d9e923d commit 42c3a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pypi-tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use rattler_conda_types::Platform;
use url::Url;

#[tokio::test]
#[cfg_attr(not(feature = "slow_integration_tests"), ignore)]
async fn test_index_strategy() {
let pypi_indexes = Path::new(env!("CARGO_MANIFEST_DIR")).join("tests/pypi-indexes");
let pypi_indexes_url = Url::from_directory_path(pypi_indexes).unwrap();
Expand Down

0 comments on commit 42c3a78

Please sign in to comment.