Disable sequence-type tests since C# infra doesn't support well (#12037)

This commit is contained in:
Wei-Sheng Chin 2022-06-30 09:49:03 -07:00 committed by GitHub
parent da133ad3d8
commit 0ee0b8cf18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,6 +343,18 @@ namespace Microsoft.ML.OnnxRuntime.Tests
{ "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"},
{ "test_sequence_map_extract_shapes", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_1_sequence_1_tensor", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_1_sequence_1_tensor_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_add_1_sequence_1_tensor", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_1_sequence_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_2_sequences", "sequence type is not supported in test infra." },
{ "test_sequence_map_add_2_sequences_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_2_sequences_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_extract_shapes_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_add_1_sequence_1_tensor_expanded", "sequence type is not supported in test infra." },
{ "test_sequence_map_add_2_sequences", "sequence type is not supported in test infra." },
{ "test_sequence_map_identity_1_sequence", "sequence type is not supported in test infra." }
};
// The following models fails on nocontribops win CI