Skip to content
Prev Previous commit
Next Next commit
Couple more skips
  • Loading branch information
Steve Pfister committed May 28, 2020
commit c192f7d5c890ecbec7d5ee11cfb9dfa8e238b8a7
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void Ctor_Format()
}
}

[Fact]
[ConditionalFact(Helpers.IsDrawingSupported)]
public void Ctor_NullFormat_ThrowsArgumentNullException()
{
AssertExtensions.Throws<ArgumentNullException>("format", () => new StringFormat(null));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public static IEnumerable<object[]> Await_MultipleAwaits_FirstCompletesAccording
}

[Theory]
[ActiveIssue("<coming soon>", TestRuntimes.Mono)]
[MemberData(nameof(Await_MultipleAwaits_FirstCompletesAccordingToOptions_RestCompleteAsynchronously_MemberData))]
public async Task Await_MultipleAwaits_FirstCompletesAccordingToOptions_RestCompleteAsynchronously(
int numContinuations, bool runContinuationsAsynchronously, bool valueTask, object scheduler)
Expand Down