Skip to content

Commit 06bc414

Browse files
committed
CI: Mark some docker tests as slow
1 parent e939c3b commit 06bc414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_docker_deployment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async def test_docker_deployment():
1616
await d.stop()
1717

1818

19+
@pytest.mark.slow
1920
async def test_docker_deployment_with_python_standalone():
2021
port = find_free_port()
2122
print(f"Using port {port} for the docker deployment")
@@ -27,6 +28,7 @@ async def test_docker_deployment_with_python_standalone():
2728
await d.stop()
2829

2930

31+
@pytest.mark.slow
3032
def test_docker_deployment_config_platform():
3133
config = DockerDeploymentConfig(docker_args=["--platform", "linux/amd64", "--other-arg"])
3234
assert config.platform == "linux/amd64"

0 commit comments

Comments
 (0)