You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/EPPlus.Fonts.OpenType.Tests/FontMeasurerPerformanceTest.cs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,8 @@ public class FontMeasurerPerformanceTest : FontTestBase
36
36
/// Performance test for text wrapping.
37
37
/// Fixed kerning pairs major bottle-neck.
38
38
/// </summary>
39
-
[TestMethod]
40
-
//[TestMethod, Ignore("This test should not run in a multithreaded test run. If we want to keep it, it should be moved to a separate benchmark project.")]
41
-
//[TestCategory("Benchmark")]
39
+
[TestMethod,Ignore("This test should not run in a multithreaded test run. If we want to keep it, it should be moved to a separate benchmark project.")]
0 commit comments