Skip to content

Commit 9f0fa82

Browse files
committed
remove test
1 parent e734c55 commit 9f0fa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ 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 or running_docker,
502+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0 or running_docker,
503503
reason="Failures on Windows 231",
504504
)
505505
def test_server_without_context(remote_config_server_type):

0 commit comments

Comments
 (0)