Skip to content
Snippets Groups Projects
Commit a1d268a4 authored by schmittu's avatar schmittu :beer:
Browse files

fixed ci test

parent 67159d9a
No related branches found
No related tags found
No related merge requests found
Pipeline #865 failed
......@@ -13,8 +13,8 @@ is_ci_server = os.environ.get("CI") is not None
@pytest.mark.skipif(not is_ci_server, reason="only runs on ci server")
@pytest.mark.parametrize("platform", ["linux", "darwin", "win32"])
def test_install_jre(platform, tmpdir, regtest):
def test_install_jre(tmpdir):
platform = sys.platform
jre_folder_root = tmpdir.join(platform).strpath
install_jre(platform, jre_folder_root)
......
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