File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Microsoft.ML.Fairlearn.Tests
Microsoft.ML.Predictor.Tests Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66using Microsoft . Data . Analysis ;
77using Microsoft . ML . AutoML ;
88using Microsoft . ML . Fairlearn . AutoML ;
9+ using Microsoft . ML . TestFramework . Attributes ;
910using Xunit ;
1011using Xunit . Abstractions ;
1112
@@ -75,7 +76,7 @@ private DataFrame CreateGridScearhDataset()
7576 /// <summary>
7677 /// This trial runner run the tests from Grid searh for Binary Classification.ipynb
7778 /// </summary>
78- [ Fact ]
79+ [ X86X64Fact ( "Currently flaky on non x86/x64 devices. Disabling until we figure it out. See https://github.com/dotnet/machinelearning/issues/6684" ) ]
7980 public void TestGridSearchTrialRunner2 ( )
8081 {
8182 var context = new MLContext ( ) ;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public void EarlyStoppingTest()
147147 /// <summary>
148148 /// Multiclass Logistic Regression test.
149149 /// </summary>
150- [ Fact ]
150+ [ X86X64Fact ( "Currently flaky on non x86/x64 devices. Disabling until we figure it out. See https://github.com/dotnet/machinelearning/issues/6684" ) ]
151151 [ TestCategory ( "Multiclass" ) ]
152152 [ TestCategory ( "Logistic Regression" ) ]
153153 public void MulticlassLRTest ( )
You can’t perform that action at this time.
0 commit comments