Ignore flaky test in pip_install_scenarios.rs

This commit is contained in:
Charlie Marsh 2024-01-18 21:04:17 -05:00
parent 6af4eb7a45
commit 34550f5dd2

View file

@ -513,6 +513,7 @@ fn excluded_only_compatible_version() -> Result<()> {
/// └── satisfied by a-3.0.0
/// ```
#[test]
#[ignore]
fn dependency_excludes_range_of_compatible_versions() -> Result<()> {
let temp_dir = assert_fs::TempDir::new()?;
let cache_dir = assert_fs::TempDir::new()?;