Skip to content

Commit 09f7e20

Browse files
test(gitlab-ci): unxfail BUG-1 deploy no-kubernetes stages regression
1 parent ed91c2a commit 09f7e20

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

tests/test_comprehensive.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -614,17 +614,7 @@ def test_build_job_docker_services(self):
614614
# Build job uses docker-in-docker services
615615
assert "services" in data["build"]
616616

617-
# BUG-1: deploy pipeline with no kubernetes produces empty stages list
618-
@pytest.mark.xfail(
619-
strict=True,
620-
reason=(
621-
"BUG-1: When type='deploy' and kubernetes=False, _global_section() "
622-
"produces an empty stages list because the 'deploy' stage is only "
623-
"appended when args.kubernetes is True. A deploy-only pipeline "
624-
"without Kubernetes has no valid stages, making it an invalid "
625-
"GitLab CI pipeline."
626-
),
627-
)
617+
# BUG-1 regression: deploy pipeline with no kubernetes must still have stages
628618
def test_deploy_pipeline_no_kubernetes_empty_stages(self):
629619
"""
630620
BUG-1: When type='deploy' and kubernetes=False, the generated

0 commit comments

Comments
 (0)