@@ -2123,6 +2123,8 @@ public void EntryPointMulticlassPipelineEnsemble()
21232123 }
21242124
21252125 [ LessThanNetCore30OrNotNetCoreFact ( "netcoreapp3.0 output differs from Baseline" ) ]
2126+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
2127+ [ Trait ( "Category" , "SkipInCI" ) ]
21262128 public void EntryPointPipelineEnsembleGetSummary ( )
21272129 {
21282130 var dataPath = GetDataPath ( "breast-cancer-withheader.txt" ) ;
@@ -2638,6 +2640,8 @@ public void EntryPointEvaluateMulticlass()
26382640 }
26392641
26402642 [ Fact ]
2643+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
2644+ [ Trait ( "Category" , "SkipInCI" ) ]
26412645 public void EntryPointEvaluateRegression ( )
26422646 {
26432647 var dataPath = GetDataPath ( TestDatasets . generatedRegressionDatasetmacro . trainFilename ) ;
@@ -2759,7 +2763,9 @@ public void EntryPointSDCAMulticlass()
27592763 TestEntryPointRoutine ( "iris.txt" , "Trainers.StochasticDualCoordinateAscentClassifier" ) ;
27602764 }
27612765
2762- [ RetryFact ]
2766+ [ Fact ]
2767+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
2768+ [ Trait ( "Category" , "SkipInCI" ) ]
27632769 public void EntryPointSDCARegression ( )
27642770 {
27652771 TestEntryPointRoutine ( TestDatasets . generatedRegressionDatasetmacro . trainFilename , "Trainers.StochasticDualCoordinateAscentRegressor" , loader : TestDatasets . generatedRegressionDatasetmacro . loaderSettings ) ;
@@ -3846,7 +3852,9 @@ public void EntryPointChainedTrainTestMacros()
38463852 validateAuc ( metrics ) ;
38473853 }
38483854
3849- [ RetryFact ]
3855+ [ Fact ]
3856+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
3857+ [ Trait ( "Category" , "SkipInCI" ) ]
38503858 public void EntryPointChainedCrossValMacros ( )
38513859 {
38523860 string inputGraph = @"
@@ -5496,6 +5504,8 @@ public void TestCrossValidationMacroMulticlassWithWarnings()
54965504 }
54975505
54985506 [ Fact ]
5507+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
5508+ [ Trait ( "Category" , "SkipInCI" ) ]
54995509 public void TestCrossValidationMacroWithStratification ( )
55005510 {
55015511 var dataPath = GetDataPath ( @"breast-cancer.txt" ) ;
@@ -6026,7 +6036,9 @@ public void TestCrossValidationMacroWithNonDefaultNames()
60266036 }
60276037 }
60286038
6029- [ RetryFact ]
6039+ [ Fact ]
6040+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
6041+ [ Trait ( "Category" , "SkipInCI" ) ]
60306042 public void TestOvaMacro ( )
60316043 {
60326044 var dataPath = GetDataPath ( @"iris.txt" ) ;
@@ -6190,7 +6202,9 @@ public void TestOvaMacro()
61906202 }
61916203 }
61926204
6193- [ RetryFact ]
6205+ [ Fact ]
6206+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
6207+ [ Trait ( "Category" , "SkipInCI" ) ]
61946208 public void TestOvaMacroWithUncalibratedLearner ( )
61956209 {
61966210 var dataPath = GetDataPath ( @"iris.txt" ) ;
0 commit comments