Skip to content
Snippets Groups Projects
Commit 64d91aba authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

test_dex.py: Skip test_differences if "procyon" is unavailable.

parent 0d5f7cbf
No related branches found
No related tags found
No related merge requests found
Pipeline #235768 passed
......@@ -80,7 +80,7 @@ def check_dex_differences(differences, expected_diff):
assert expected_diff == found_diff
@skip_unless_tools_exist("enjarify", "zipinfo", "javap")
@skip_unless_tools_exist("enjarify", "zipinfo", "javap", "procyon")
@skip_unless_tool_is_between("javap", javap_version, "9.0.4", "14.0")
@skip_unless_tool_is_at_least("enjarify", enjarify_version, "1.0.3")
def test_differences(differences):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment