Skip to content

Commit

Permalink
Disable EventLog failing test on Windows (dotnet#40688)
Browse files Browse the repository at this point in the history
Relates to #40224
  • Loading branch information
ViktorHofer committed Sep 2, 2019
1 parent ae075e0 commit f137dbb
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 f137dbb

Please sign in to comment.