Skip to content

Commit 0488519

Browse files
authored
Disable GetProviderNames_AssertProperties (#68417)
* Disable GetProviderNames_AssertProperties * cleaner
1 parent f5367a4 commit 0488519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/ProviderMetadataTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void ProviderNameTests(bool noProviderName)
9191
}
9292

9393
[ConditionalFact(typeof(Helpers), nameof(Helpers.SupportsEventLogs))]
94-
[ActiveIssue("https://github.com/dotnet/runtime/issues/64153", typeof(PlatformDetection), nameof(PlatformDetection.IsWindowsX86OrX64))]
94+
[ActiveIssue("https://github.com/dotnet/runtime/issues/64153")]
9595
public void GetProviderNames_AssertProperties()
9696
{
9797
const string Prefix = "win:";

0 commit comments

Comments
 (0)