We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7483f commit dcda4c7Copy full SHA for dcda4c7
mcs/class/System.Drawing/Test/System.Drawing.Imaging/PngCodecTest.cs
@@ -308,6 +308,7 @@ public void Bitmap1bitData ()
308
309
/* Checks bitmap features on a known 2bbp bitmap */
310
[Test]
311
+ [Category("NotWorking")]
312
public void Bitmap2bitFeatures ()
313
{
314
if (IsArm64Process ())
@@ -339,6 +340,7 @@ public void Bitmap2bitFeatures ()
339
340
}
341
342
343
344
public void Bitmap2bitPixels ()
345
346
@@ -374,6 +376,7 @@ public void Bitmap2bitPixels ()
374
376
375
377
378
379
380
public void Bitmap2bitData ()
381
382
0 commit comments