File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ test_script:
45
45
- pytest test
46
46
47
47
# uncomment to debug builds
48
- on_finish :
49
- - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
48
+ # on_finish:
49
+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def test_command_lib_search(run_command):
62
62
assert number_of_libs == number_of_libs_from_json
63
63
64
64
65
+ @pytest .mark .skipif (os .getenv ('APPVEYOR' ), reason = "Appveyor VMs have no serial ports" )
65
66
def test_command_board_list (run_command ):
66
67
result = run_command ('core update-index' )
67
68
assert result .ok
@@ -75,6 +76,7 @@ def test_command_board_list(run_command):
75
76
assert 'protocol_label' in port
76
77
77
78
79
+ @pytest .mark .skipif (os .getenv ('APPVEYOR' ), reason = "Appveyor VMs have no serial ports" )
78
80
def test_command_board_listall (run_command ):
79
81
result = run_command ('board listall' )
80
82
assert result .ok
You can’t perform that action at this time.
0 commit comments