Ramove LSTM_Seq_lens model xfail declaration (#3635)

This commit is contained in:
Katarzyna Mitrus 2020-12-17 14:20:01 +01:00 committed by GitHub
parent be69a4de2f
commit 6d89a96d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -195,8 +195,6 @@ xfail_issue_39685 = xfail_test(reason="RuntimeError: While validating node 'v1::
"Input order must have shape [n], where n is the rank of arg.")
# Model MSFT issues:
xfail_issue_36465 = xfail_test(reason="LSTM_Seq_lens: RuntimeError: get_shape was called on a "
"descriptor::Tensor with dynamic shape")
xfail_issue_37957 = xfail_test(reason="RuntimeError: nGraph does not support the following ONNX operations:"
"com.microsoft.CropAndResize, com.microsoft.GatherND,"
"com.microsoft.Pad, com.microsoft.Range")

View File

@ -34,7 +34,6 @@ from tests import (
xfail_issue_40957,
xfail_issue_39685,
xfail_issue_37957,
xfail_issue_36465,
xfail_issue_38084,
xfail_issue_39669,
xfail_issue_38726,