diff --git a/tests/python-pytest/onnx/import/test_cases.py b/tests/python-pytest/onnx/import/test_cases.py index 6eaae6391a84..74e5b7f4dfab 100644 --- a/tests/python-pytest/onnx/import/test_cases.py +++ b/tests/python-pytest/onnx/import/test_cases.py @@ -89,7 +89,8 @@ 'test_gather', 'test_dropout', 'test_leakyrelu', - 'test_elu' + 'test_elu', + 'test_max_' ] BASIC_MODEL_TESTS = [