From b8b14545735436fe5f5479f40beacb061eb11693 Mon Sep 17 00:00:00 2001 From: aitbc Date: Thu, 23 Apr 2026 13:11:57 +0200 Subject: [PATCH] fix: remove blockchain-event-bridge health check Remove blockchain-event-bridge service health check from comprehensive scenario script since the service is not configured. --- scripts/workflow/44_comprehensive_multi_node_scenario.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/workflow/44_comprehensive_multi_node_scenario.sh b/scripts/workflow/44_comprehensive_multi_node_scenario.sh index fd3fcb02..ca5139c0 100755 --- a/scripts/workflow/44_comprehensive_multi_node_scenario.sh +++ b/scripts/workflow/44_comprehensive_multi_node_scenario.sh @@ -140,7 +140,7 @@ phase1_preflight_checks() { log_info "Checking AITBC services on localhost" health_check "localhost" "blockchain-node" "8006" || log_warning "Blockchain node on localhost may not be healthy" health_check "localhost" "coordinator-api" "8011" || log_warning "Coordinator API on localhost may not be healthy" - health_check "localhost" "blockchain-event-bridge" "8204" || log_warning "Blockchain event bridge on localhost may not be healthy" + # blockchain-event-bridge service not configured - skipping health check # Check AITBC services on gitea-runner log_info "Checking AITBC services on gitea-runner"