diff --git a/doc/changelog.d/2309.maintenance.md b/doc/changelog.d/2309.maintenance.md new file mode 100644 index 0000000000..617be4ca12 --- /dev/null +++ b/doc/changelog.d/2309.maintenance.md @@ -0,0 +1 @@ +Skip flaky test with retrieval of service logs diff --git a/tests/integration/test_client.py b/tests/integration/test_client.py index 4753a94307..483c73852a 100644 --- a/tests/integration/test_client.py +++ b/tests/integration/test_client.py @@ -70,6 +70,7 @@ 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