Skip to content
Snippets Groups Projects
Commit af159066 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Merge branch 'skip-test-on-osx' into 'main'

skip test on OSX that cannot pass

See merge request mpsd-cs/mpsd-software!65
parents c1bb6fd7 a62d6bd2
No related branches found
No related tags found
1 merge request!65skip test on OSX that cannot pass
Pipeline #371462 passed
......@@ -7,6 +7,7 @@ import subprocess
from pathlib import Path
import logging
import datetime
import sys
import pytest
......@@ -210,6 +211,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
)
@pytest.mark.skipif(sys.platform == "darwin", reason="install not working on OSX")
def test_install_environment_zlib():
"""Test installation of toolchain."""
# Prepare a test installation of global generic
......
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