From 86295d47c87c16b6f66b7736cbfa8cda43b9d5ec Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Tue, 17 Dec 2024 17:46:13 +0000 Subject: [PATCH] tests: runtime_shell: custom_calyptia: fix checks Signed-off-by: Patrick Stephens --- tests/runtime_shell/custom_calyptia.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/runtime_shell/custom_calyptia.sh b/tests/runtime_shell/custom_calyptia.sh index 5ee81745eb0..2094302b236 100755 --- a/tests/runtime_shell/custom_calyptia.sh +++ b/tests/runtime_shell/custom_calyptia.sh @@ -26,9 +26,6 @@ test_custom_calyptia_fleet_yaml() { find "$CALYPTIA_FLEET_DIR" -name '*.yaml' -type f -exec cat {} \; fi - # Check we are still running - assertTrue 'Fluent bit not running' "$(kill -0 $FLB_PID)" - # Clean up kill -15 $FLB_PID } @@ -59,9 +56,6 @@ test_custom_calyptia_fleet_toml() { fail 'YAML files found' fi - # Check we are still running - assertTrue 'Fluent bit not running' "$(kill -0 $FLB_PID)" - # Clean up kill -15 $FLB_PID }