File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/Microsoft.ML.AutoML.Tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ public void AutoFitMultiTest(bool useNumberOfCVFolds)
326326 }
327327 }
328328
329- [ X64Fact ( "save space on ci runs" ) ]
329+ [ OnnxFact ( Skip = "save space on ci runs" ) ]
330330 public void AutoFitMultiClassification_Image_TrainTest ( )
331331 {
332332 var context = new MLContext ( seed : 1 ) ;
@@ -353,7 +353,7 @@ public void AutoFitMultiClassification_Image_TrainTest()
353353 Assert . Equal ( TextDataViewType . Instance , scoredData . Schema [ DefaultColumnNames . PredictedLabel ] . Type ) ;
354354 }
355355
356- [ X64Fact ( "save space on ci runs" ) ]
356+ [ OnnxFact ( Skip = "save space on ci runs" ) ]
357357 public void AutoFitMultiClassification_Image_CV ( )
358358 {
359359 var context = new MLContext ( seed : 1 ) ;
@@ -376,7 +376,7 @@ public void AutoFitMultiClassification_Image_CV()
376376 Assert . Equal ( TextDataViewType . Instance , scoredData . Schema [ DefaultColumnNames . PredictedLabel ] . Type ) ;
377377 }
378378
379- [ X64Fact ( "save space on ci runs" ) ]
379+ [ OnnxFact ( Skip = "save space on ci runs" ) ]
380380 public void AutoFitMultiClassification_Image ( )
381381 {
382382 var context = new MLContext ( 1 ) ;
You can’t perform that action at this time.
0 commit comments