Stop allowing integration tests to fail now graceful exit works

This commit is contained in:
Julian Stirling 2025-07-09 16:53:35 +01:00
parent d9fd54696a
commit 177cb2eef7

View file

@ -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