Skip to content

Commit

Permalink
exclude backend testb based on test_sequence_map_
Browse files Browse the repository at this point in the history
Signed-off-by: Pooja Krishnan <[email protected]>
  • Loading branch information
krishnanNuance committed Apr 18, 2022
1 parent 5a41a4e commit 16cf807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/backend/test_onnx_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ def get_onnx_supported_ops():

backend_test.exclude(r'test_gridsample_[a-z,_]*')

#Opened ticket- https://github.com/onnx/onnx-tensorflow/issues/1027 to track the issue
backend_test.exclude(r'test_sequence_map_[a-z,_]*')

# import all test cases at global scope to make them visible to python.unittest
globals().update(backend_test.enable_report().test_cases)

Expand Down

0 comments on commit 16cf807

Please sign in to comment.