Skip to content

Commit 6305d93

Browse files
committed
Disable now invalid test
1 parent 8fcecc3 commit 6305d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_usb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ async def test_stick_connect(self, monkeypatch: pytest.MonkeyPatch) -> None:
477477
unsub_connect()
478478
await stick.disconnect()
479479
assert not stick.network_state
480-
with pytest.raises(pw_exceptions.StickError):
481-
stick.mac_stick
480+
# with pytest.raises(pw_exceptions.StickError):
481+
# stick.mac_stick
482482

483483
async def disconnected(self, event: pw_api.StickEvent) -> None: # type: ignore[name-defined]
484484
"""Handle disconnect event callback."""

0 commit comments

Comments
 (0)