We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c255ac7 commit 0c3f584Copy full SHA for 0c3f584
test/Microsoft.ML.AutoML.Tests/AutoFitTests.cs
@@ -375,6 +375,8 @@ public void AutoFitWithPresplittedData()
375
}
376
377
[LightGBMFact]
378
+ //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
379
+ [Trait("Category", "SkipInCI")]
380
public void AutoFitMaxExperimentTimeTest()
381
{
382
// A single binary classification experiment takes less than 5 seconds.
0 commit comments