Skip to content

Commit

Permalink
enable and disable tests (dotnet#4988)
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-dong-ms-zz authored Mar 31, 2020
1 parent b148454 commit cacc72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1342,14 +1342,10 @@ internal bool ShouldReuse(string workspacePath, string trainSetBottleneckCachedV
[InlineData(ImageClassificationTrainer.Architecture.MobilenetV2)]
[InlineData(ImageClassificationTrainer.Architecture.ResnetV250)]
[InlineData(ImageClassificationTrainer.Architecture.InceptionV3)]
//Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
[Trait("Category", "SkipInCI")]
public void TensorFlowImageClassification(ImageClassificationTrainer.Architecture arch)
{
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{
Output.WriteLine("TODO TEST_STABILITY: TensorFlowImageClassification hangs on Linux.");
return;
}

string imagesDownloadFolderPath = Path.Combine(TensorFlowScenariosTestsFixture.assetsPath, "inputs",
"images");

Expand Down
2 changes: 0 additions & 2 deletions test/Microsoft.ML.TimeSeries.Tests/TimeSeriesDirectApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ public void SsaForecast()
}

[LessThanNetCore30OrNotNetCoreFact("netcoreapp3.1 output differs from Baseline")]
//Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
[Trait("Category", "SkipInCI")]
public void SsaForecastPredictionEngine()
{
const int changeHistorySize = 10;
Expand Down

0 comments on commit cacc72f

Please sign in to comment.