Skip to content

Commit 4cd520f

Browse files
chore: skip flaky test with retrieval of service logs (#2309)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent e06c3eb commit 4cd520f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Skip flaky test with retrieval of service logs

tests/integration/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_client_close(client: GrpcClient):
7070
assert client.target() == ""
7171

7272

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

0 commit comments

Comments
 (0)