Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Skip a few tests on osx #45419

Draft
wants to merge 13 commits into
base: release/9.0.2xx
Choose a base branch
from
Prev Previous commit
Next Next commit
Comment one more
  • Loading branch information
Forgind committed Dec 13, 2024
commit 9e81c68f6de666f9c31c0bb5511de9cf0de071ee
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public void store_nativeonlyassets()
storeDirectory.Should().OnlyHaveFiles(files_on_disk);
}

/*
[Fact]
public void compose_multifile()
{
Expand Down Expand Up @@ -211,6 +212,7 @@ public void compose_multifile()
packagescomposed.Should().Contain(elem => elem.Equals(pkg), "package {0}, version {1} was expected to be stored", pkg.Id, pkg.Version);
}
}
*/

[Fact]
public void It_uses_star_versions_correctly()
Expand Down
Loading