Skip to content

Commit 437138c

Browse files
committed
Skip failing test
1 parent b2224ff commit 437138c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/BenchmarkDotNet.Tests/Exporters/CommonExporterVerifyTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using BenchmarkDotNet.Tests.Infra;
1616
using BenchmarkDotNet.Tests.Mocks;
1717
using BenchmarkDotNet.Tests.Reports;
18+
using BenchmarkDotNet.Tests.XUnit;
1819
using JetBrains.Annotations;
1920
using VerifyXunit;
2021
using Xunit;
@@ -41,7 +42,7 @@ public CommonExporterVerifyTests()
4142
[UsedImplicitly]
4243
public static TheoryData<string> CultureInfoNames => TheoryDataHelper.Create(CultureInfos.Keys);
4344

44-
[Theory]
45+
[TheoryEnvSpecific(".NET SDK is skipped in Framework, so the exported result does not match the verified file.", EnvRequirement.DotNetCoreOnly)]
4546
[MemberData(nameof(CultureInfoNames))]
4647
public Task Exporters(string cultureInfoName)
4748
{

0 commit comments

Comments
 (0)