Skip to content

Commit

Permalink
Test if SKIPPING is causing CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 committed Apr 24, 2024
1 parent 9ea7f8a commit 2f3f755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/tests/_asyncio/test_event_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ async def test_latch(self, event_service: EventServiceGrpc) -> None:
assert message.value == 42
break

@pytest.mark.skip(reason="TODO: implement me")
# @pytest.mark.skip(reason="TODO: implement me")
def test_list_uris(self) -> None:
pass

0 comments on commit 2f3f755

Please sign in to comment.