Skip to content

Commit

Permalink
assert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Oct 14, 2024
1 parent 21e8163 commit 5a6d582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cross_fw/examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_examples(
ov_version_override: str,
data: str,
):
assert False, "ok"
python_version = sys.version_info
example_python_version = tuple(example_params.get("python_version", python_version))
if python_version < example_python_version:
Expand Down

0 comments on commit 5a6d582

Please sign in to comment.