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 6
6
using Microsoft . Data . Analysis ;
7
7
using Microsoft . ML . AutoML ;
8
8
using Microsoft . ML . Fairlearn . AutoML ;
9
+ using Microsoft . ML . TestFramework . Attributes ;
9
10
using Xunit ;
10
11
using Xunit . Abstractions ;
11
12
@@ -75,7 +76,7 @@ private DataFrame CreateGridScearhDataset()
75
76
/// <summary>
76
77
/// This trial runner run the tests from Grid searh for Binary Classification.ipynb
77
78
/// </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" ) ]
79
80
public void TestGridSearchTrialRunner2 ( )
80
81
{
81
82
var context = new MLContext ( ) ;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public void EarlyStoppingTest()
147
147
/// <summary>
148
148
/// Multiclass Logistic Regression test.
149
149
/// </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" ) ]
151
151
[ TestCategory ( "Multiclass" ) ]
152
152
[ TestCategory ( "Logistic Regression" ) ]
153
153
public void MulticlassLRTest ( )
You can’t perform that action at this time.
0 commit comments