Skip to content

Commit

Permalink
Disable EventLog test on all targets (#32403)
Browse files Browse the repository at this point in the history
Disabling to get CI green: #32241
  • Loading branch information
ViktorHofer committed Feb 16, 2020
1 parent 12cf6a8 commit 15f2048
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace System.Diagnostics.Tests
{
public class EventLogSourceCreationTests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/32241")]
[ConditionalFact(typeof(Helpers), nameof(Helpers.IsElevatedAndSupportsEventLogs))]
public void CheckSourceExistenceAndDeletion()
{
Expand Down

0 comments on commit 15f2048

Please sign in to comment.