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: test/Microsoft.ML.Tests/ImagesTests.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
usingMicrosoft.ML.Model;
12
12
usingMicrosoft.ML.RunTests;
13
13
usingMicrosoft.ML.Runtime;
14
+
usingMicrosoft.ML.TestFramework.Attributes;
14
15
usingMicrosoft.ML.Transforms.Image;
15
16
usingXunit;
16
17
usingXunit.Abstractions;
@@ -472,7 +473,7 @@ public void TestBackAndForthConversionWithDifferentOrder()
472
473
Done();
473
474
}
474
475
475
-
[Fact]
476
+
[NotArmFact("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