Skip to content

Commit

Permalink
forgot to skip test_sendraw_serial on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Aug 11, 2021
1 parent 791b03e commit 8dadd0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ def general_send_serial(socketio, close_port, serial_port, baudrate, buffertype)
assert "/\"πŸ§€πŸ§€πŸ§€πŸ§€πŸ§€πŸ§€πŸ§€πŸ§€πŸ§€πŸ§€/\"" in output
# the serial connection is closed by close_port() fixture: even if in case of test failure


@pytest.mark.skipif(
running_on_ci(),
reason="VMs have no serial ports",
)
def test_sendraw_serial(socketio, close_port, serial_port, baudrate):
global message
message = []
Expand Down

0 comments on commit 8dadd0c

Please sign in to comment.