Skip to content

Commit

Permalink
Skip test_server.py/test_start_after_shutting_down_server on Docker d…
Browse files Browse the repository at this point in the history
…ue to instabilities

Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Jan 16, 2024
1 parent cb47f3e commit 434645f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def test_go_away_server():
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
reason="Not existing in version lower than 4.0",
)
@pytest.mark.skipif(running_docker, reason="Unstable on Docker")
def test_start_after_shutting_down_server():
remote_server = start_local_server(
config=dpf.core.AvailableServerConfigs.GrpcServer, as_global=False
Expand Down

0 comments on commit 434645f

Please sign in to comment.