Skip to content

Commit 8b3f393

Browse files
b-matteoRobPasMuepyansys-ci-bot
authored
fix: re enable logs testing (#2321)
Co-authored-by: Roberto Pastor Muela <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent dd1efda commit 8b3f393

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/changelog.d/2321.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Re enable logs testing

tests/integration/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def test_client_close(client: GrpcClient):
8181
assert client.target() == ""
8282

8383

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

0 commit comments

Comments
 (0)