Remove xfail_issue_36533 from ngraph tests (#2436)
authorMateusz Tabaka <mateusz.tabaka@intel.com>
Mon, 28 Sep 2020 15:55:50 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Sep 2020 15:55:50 +0000 (18:55 +0300)
ngraph/python/tests/__init__.py

index 94ff673..cb3c175 100644 (file)
@@ -189,7 +189,6 @@ xfail_issue_38736 = xfail_test(reason="RuntimeError: nGraph does not support the
                                       "NegativeLogLikelihoodLoss")
 
 # Model Zoo issues:
-xfail_issue_36533 = xfail_test(reason="AssertionError: zoo models results mismatch")
 xfail_issue_36534 = xfail_test(reason="RuntimeError: node input index is out of range")
 xfail_issue_36535 = xfail_test(reason="RuntimeError: get_shape was called on a descriptor::Tensor "
                                       "with dynamic shape")