We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fe837 commit 9fbf1f3Copy full SHA for 9fbf1f3
tests/test_service.py
@@ -499,7 +499,7 @@ def test_context_environment_variable(reset_context_environment_variable):
499
500
501
@pytest.mark.skipif(
502
- not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_6_0 or running_docker,
+ not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0 or running_docker,
503
reason="Failures on Windows 231",
504
)
505
def test_server_without_context(remote_config_server_type):
0 commit comments