Skip to content

Commit fdc5382

Browse files
author
Juan Tirado
committed
Remove wrong placement for skip test.
1 parent fc1cc38 commit fdc5382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@ async def test_connect_to_connection(event_loop):
10601060

10611061
@base.bootstrapped
10621062
@pytest.mark.asyncio
1063-
@pytest.skip("This assumes that we have a model to connect to...")
10641063
async def test_connect_current(event_loop):
1064+
pytest.skip("This assumes that we have a model to connect to...")
10651065
m = Model()
10661066
await m.connect_current()
10671067
assert m.is_connected()

0 commit comments

Comments
 (0)