Skip to content

Commit d9eb4c8

Browse files
committed
Run 'board list' test anyway
Even if no board are attached to the host system, it's always another smoke-test that runs automatically. Having this check enabled, for example, would have prevented: arduino#904
1 parent 5a6bc26 commit d9eb4c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: test/test_board.py

-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@
372372
""" # noqa: E501
373373

374374

375-
@pytest.mark.skipif(running_on_ci(), reason="VMs have no serial ports")
376375
def test_board_list(run_command):
377376
result = run_command("core update-index")
378377
assert result.ok

0 commit comments

Comments
 (0)