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 ToolboxBitmatAttribute test in netfx (#40901) (#40908)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored and danmoseley committed Sep 7, 2019
1 parent 31b5066 commit 43b591a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static IEnumerable<object[]> Ctor_FileName_TestData()
[ActiveIssue(20884, TestPlatforms.AnyUnix)]
[ConditionalTheory(Helpers.IsDrawingSupported)]
[MemberData(nameof(Ctor_FileName_TestData))]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
public void Ctor_FileName(string fileName, Size size)
{
var attribute = new ToolboxBitmapAttribute(fileName);
Expand Down

0 comments on commit 43b591a

Please sign in to comment.