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
Browse files Browse the repository at this point in the history
Relates to #40224
  • Loading branch information
ViktorHofer authored Aug 29, 2019
1 parent 807a18d commit b938e6e
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 b938e6e

Please sign in to comment.