Skip to content

Commit e5bdd10

Browse files
Anipikeerhardt
authored andcommitted
Enabling the disabled tests (#2355)
1 parent 7f8f647 commit e5bdd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.ML.Tests/OnnxConversionTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public OnnxConversionTest(ITestOutputHelper output) : base(output)
4343
/// call <see cref="OnnxScoringEstimator"/> to evaluate that file. The outputs of <see cref="OnnxScoringEstimator"/> are checked against the original
4444
/// ML.NET model's outputs.
4545
/// </summary>
46-
[ConditionalFact(typeof(BaseTestBaseline), nameof(BaseTestBaseline.NotFullFramework))] // Tracked by https://github.com/dotnet/machinelearning/issues/2106
46+
[Fact]
4747
public void SimpleEndToEndOnnxConversionTest()
4848
{
4949
// Step 1: Create and train a ML.NET pipeline.
@@ -118,7 +118,7 @@ private class BreastCancerMulticlassExample
118118
public float[] Features;
119119
}
120120

121-
[ConditionalFact(typeof(BaseTestBaseline), nameof(BaseTestBaseline.LessThanNetCore30AndNotFullFramework))] // Tracked by https://github.com/dotnet/machinelearning/issues/2087
121+
[ConditionalFact(typeof(BaseTestBaseline), nameof(BaseTestBaseline.LessThanNetCore30OrNotNetCore))] // Tracked by https://github.com/dotnet/machinelearning/issues/2087
122122
public void KmeansOnnxConversionTest()
123123
{
124124
// Create a new context for ML.NET operations. It can be used for exception tracking and logging,

0 commit comments

Comments
 (0)