Skip to content

Commit b3fdbb6

Browse files
committed
Allow skipping tests
1 parent 3353d01 commit b3fdbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integration/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
77
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>
88
<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>
9-
<NoWarn>CA1822;IDE0058</NoWarn>
9+
<NoWarn>CA1822;IDE0058;xUnit1004</NoWarn>
1010

1111
<IsPackable>false</IsPackable>
1212
<IsTestProject>true</IsTestProject>

0 commit comments

Comments
 (0)