We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5dc9c commit c7ec60aCopy full SHA for c7ec60a
tests/BenchmarkDotNet.IntegrationTests/NugetReferenceTests.cs
@@ -18,7 +18,7 @@ public NuGetReferenceTests(ITestOutputHelper output) : base(output)
18
{
19
}
20
21
- [FactEnvSpecific("For some reason this test is unstable on Ubuntu for both AzureDevOps and Travis CI", EnvRequirement.NonLinux)]
+ [Fact]
22
public void UserCanSpecifyCustomNuGetPackageDependency()
23
24
var toolchain = RuntimeInformation.GetCurrentRuntime().GetToolchain(preferMsBuildToolchains: true);
0 commit comments