Skip to content

Commit 1b1ff87

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
skip another test
1 parent 1dc469a commit 1b1ff87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ def test_core_updateindex_invalid_url(run_command):
105105
assert result.failed
106106

107107

108+
@pytest.mark.skipif(
109+
platform.system() == "Windows",
110+
reason="core fails with fatal error: bits/c++config.h: No such file or directory",
111+
)
108112
def test_core_install_esp32(run_command, data_dir):
109113
# update index
110114
url = "https://arduino.esp8266.com/stable/package_esp8266com_index.json"

0 commit comments

Comments
 (0)