Skip to content

Commit 2ff2b15

Browse files
committed
deactivate test on docker
1 parent c0629fa commit 2ff2b15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,8 @@ def test_context_environment_variable(reset_context_environment_variable):
499499

500500

501501
@pytest.mark.skipif(
502-
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_6_0, reason="Failures on Windows 231"
502+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_6_0 or running_docker,
503+
reason="Failures on Windows 231",
503504
)
504505
def test_server_without_context(remote_config_server_type):
505506
"""Tests starting a server without a no_context given."""

0 commit comments

Comments
 (0)