Skip to content

Commit c7ec60a

Browse files
Enable UserCanSpecifyCustomNuGetPackageDependency test on Linux
1 parent 4d5dc9c commit c7ec60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/NugetReferenceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public NuGetReferenceTests(ITestOutputHelper output) : base(output)
1818
{
1919
}
2020

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

0 commit comments

Comments
 (0)