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 DrawString tests on Unix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Aug 9, 2017
1 parent 0e3e43a commit f97a840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/System.Drawing.Common/tests/GraphicsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3461,6 +3461,7 @@ public void Clear_Disposed_ThrowsArgumentException()
}
}

[ActiveIssue(20884, TestPlatforms.AnyUnix)]
[ConditionalFact(Helpers.GdiplusIsAvailable)]
public void DrawString_DefaultFont_Succeeds()
{
Expand All @@ -3472,6 +3473,7 @@ public void DrawString_DefaultFont_Succeeds()
}
}

[ActiveIssue(20884, TestPlatforms.AnyUnix)]
[ConditionalFact(Helpers.GdiplusIsAvailable)]
public void DrawString_CompositingModeSourceCopy_ThrowsArgumentException()
{
Expand Down

0 comments on commit f97a840

Please sign in to comment.