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 635984d commit 0eb9b5dCopy full SHA for 0eb9b5d
test/coverlet.integration.tests/WpfResolverTests.cs
@@ -7,6 +7,7 @@
7
using Coverlet.Core.Abstractions;
8
using Coverlet.Core.Instrumentation;
9
using Coverlet.Integration.Tests;
10
+using Coverlet.Tests.Xunit.Extensions;
11
using Microsoft.Extensions.DependencyModel;
12
using Moq;
13
using Xunit;
@@ -15,7 +16,9 @@ namespace coverlet.integration.tests
15
16
{
17
public class WpfResolverTests : BaseTest
18
- [Fact]
19
+ [ConditionalFact]
20
+ [SkipOnOS(OS.Linux, "Windows path format only")]
21
+ [SkipOnOS(OS.MacOS, "Windows path format only")]
22
public void TestInstrument_NetCoreSharedFrameworkResolver()
23
24
string wpfProjectPath = "../../../../coverlet.tests.projectsample.wpf";
0 commit comments