Skip to content

Commit

Permalink
Fix tests to use ConditionalFact that need it (dotnet#82203)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored Feb 16, 2023
1 parent d24f11c commit 6aa31aa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@ public void TestReleaseHdcException2()
Assert.Throws<ArgumentException>(() => g.ReleaseHdc());
}
}
[Fact]
[ConditionalFact]
public void VisibleClipBound()
{
if (PlatformDetection.IsArmOrArm64Process)
Expand Down Expand Up @@ -2329,7 +2329,7 @@ public void VisibleClipBound()
}
}

[Fact]
[ConditionalFact]
public void VisibleClipBound_BigClip()
{
if (PlatformDetection.IsArmOrArm64Process)
Expand Down Expand Up @@ -2376,7 +2376,7 @@ public void VisibleClipBound_BigClip()
}
}

[Fact]
[ConditionalFact]
public void Rotate()
{
if (PlatformDetection.IsArmOrArm64Process)
Expand Down

0 comments on commit 6aa31aa

Please sign in to comment.