Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Disable EventLog failing test on Windows (#40688)
Browse files Browse the repository at this point in the history
Relates to #40224
  • Loading branch information
ViktorHofer authored and stephentoub committed Aug 30, 2019
1 parent 3ef9df8 commit ae0d0cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public static IEnumerable<object[]> GetTraceEventFormat_MemberData()
yield return new object[] { null, new object[] { "thanks, 00", "i like it...", 111 } };
}

[ActiveIssue(40224, TestPlatforms.Windows)]
[ConditionalTheory(typeof(Helpers), nameof(Helpers.IsElevatedAndSupportsEventLogs))]
[MemberData(nameof(GetTraceEventFormat_MemberData))]
public void TraceEventFormatAndParams(string format, object[] parameters)
Expand Down

0 comments on commit ae0d0cb

Please sign in to comment.