Skip to content

Commit

Permalink
Disable EventLog failing test on Windows (dotnet/corefx#40688)
Browse files Browse the repository at this point in the history
Relates to dotnet/corefx#40224

Commit migrated from dotnet/corefx@ae0d0cb
  • Loading branch information
ViktorHofer authored and stephentoub committed Aug 30, 2019
1 parent ab33e18 commit 9181005
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 9181005

Please sign in to comment.