mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
parent
62281ff3b9
commit
ecf5ae8b76
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests
|
|||
}
|
||||
|
||||
|
||||
[Theory]
|
||||
[Theory(Skip = "TestPreTrainedModels is flaky and is blocking CI build progress. Enable it once this is fixed.")]
|
||||
[MemberData(nameof(GetModelsForTest))]
|
||||
[MemberData(nameof(GetSkippedModelForTest), Skip = "Skipped due to Error, please fix the error and enable the test")]
|
||||
private void TestPreTrainedModels(string opset, string modelName)
|
||||
|
|
|
|||
Loading…
Reference in a new issue