Skip to content

Commit 55829c1

Browse files
committed
skip DrawingProfilingBenchmarks
1 parent 9cca58a commit 55829c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/ImageSharp.Drawing.Tests/Drawing/DrawingProfilingBenchmarks.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static PointF[][] GetPoints(FeatureCollection features)
4141
}
4242
}
4343

44-
[Theory]
44+
[Theory(Skip = "For local profiling only")]
4545
[InlineData(IntersectionRule.OddEven)]
4646
[InlineData(IntersectionRule.Nonzero)]
4747
public void FillPolygon(IntersectionRule intersectionRule)
@@ -64,8 +64,8 @@ public void FillPolygon(IntersectionRule intersectionRule)
6464
}
6565
}
6666

67-
[Theory]
68-
// [InlineData(1)]
67+
[Theory(Skip = "For local profiling only")]
68+
[InlineData(1)]
6969
[InlineData(10)]
7070
public void DrawText(int textIterations)
7171
{

0 commit comments

Comments
 (0)