Skip to content

Commit 97d191b

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
skip on mac:
1 parent 42009c3 commit 97d191b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_core.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def test_core_updateindex_invalid_url(run_command):
107107

108108

109109
@pytest.mark.skipif(
110-
platform.system() == "Windows",
111-
reason="core fails with fatal error: bits/c++config.h: No such file or directory",
110+
platform.system() in ("Windows", "Darwin"), reason="core fails to install properly",
112111
)
113112
def test_core_install_esp32(run_command, data_dir):
114113
# update index

0 commit comments

Comments
 (0)