Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/2321.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re enable logs testing
1 change: 0 additions & 1 deletion tests/integration/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def test_client_close(client: GrpcClient):
assert client.target() == ""


@pytest.mark.skip(reason="Flaky test, needs investigation")
def test_client_get_service_logs(client: GrpcClient):
"""Test the retrieval of the service logs."""
# Low level call
Expand Down