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
@@ -472,7 +474,7 @@ public void TestBackAndForthConversionWithDifferentOrder()
472
474
Done();
473
475
}
474
476
475
-
[Fact]
477
+
[ConditionalFact(nameof(IsNotArm))]//"System.Drawing has some issues on ARM. Disabling this test for CI stability. Tracked in https://github.com/dotnet/machinelearning/issues/6043"
@@ -586,7 +588,7 @@ public void TestBackAndForthConversionWithoutAlphaNoInterleave()
586
588
Done();
587
589
}
588
590
589
-
[Fact]
591
+
[ConditionalFact(nameof(IsNotArm))]//"System.Drawing has some issues on ARM. Disabling this test for CI stability. Tracked in https://github.com/dotnet/machinelearning/issues/6043"
0 commit comments