Skip to content

Commit

Permalink
skip optional related models from opset16 (#10840) (#10878)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwchen authored Mar 16, 2022
1 parent 5763657 commit bac9c0e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ private static Dictionary<string, string> GetSkippedModels(DirectoryInfo modelsD
{ "test_optional_get_element_sequence", "not implemented yet"},
{ "test_optional_has_element", "not implemented yet"},
{ "test_optional_has_element_empty", "not implemented yet"},
{ "test_identity_opt", "opset16 version not implemented yet"},
{ "test_if_opt", "opset16 version not implemented yet"},
{ "test_loop16_seq_none", "opset16 version not implemented yet"},
};

// The following models fails on nocontribops win CI
Expand Down

0 comments on commit bac9c0e

Please sign in to comment.