Skip to content

Commit 0ba26de

Browse files
committed
[skip changelog] Fix esp8266 tests
1 parent a75989b commit 0ba26de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/test_compile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def test_compile_with_archives_and_long_paths(run_command):
581581
assert run_command("update")
582582

583583
# Install core to compile
584-
assert run_command("core install esp8266:esp8266")
584+
assert run_command("core install esp8266:esp8266@2.7.4")
585585

586586
# Install test library
587587
assert run_command("lib install ArduinoIoTCloud")

0 commit comments

Comments
 (0)