We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc469a commit 1b1ff87Copy full SHA for 1b1ff87
test/test_core.py
@@ -105,6 +105,10 @@ def test_core_updateindex_invalid_url(run_command):
105
assert result.failed
106
107
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
+)
112
def test_core_install_esp32(run_command, data_dir):
113
# update index
114
url = "https://arduino.esp8266.com/stable/package_esp8266com_index.json"
0 commit comments