Skip to content

Commit

Permalink
Enable UserCanSpecifyCustomNuGetPackageDependency test on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Nov 26, 2023
1 parent 4d5dc9c commit c7ec60a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public NuGetReferenceTests(ITestOutputHelper output) : base(output)
{
}

[FactEnvSpecific("For some reason this test is unstable on Ubuntu for both AzureDevOps and Travis CI", EnvRequirement.NonLinux)]
[Fact]
public void UserCanSpecifyCustomNuGetPackageDependency()
{
var toolchain = RuntimeInformation.GetCurrentRuntime().GetToolchain(preferMsBuildToolchains: true);
Expand Down

0 comments on commit c7ec60a

Please sign in to comment.