From 177cb2eef7bedfdb719ef67b0c437049ef7c8d3f Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 9 Jul 2025 16:53:35 +0100 Subject: [PATCH] Stop allowing integration tests to fail now graceful exit works --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3acc09a5..77c2143b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,8 +171,6 @@ build: server_integration_tests: extends: .python stage: integration - # This is allowed to fail for now until graceful shutdown is resolved - allow_failure: true needs: - job: build artifacts: true