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