From 3ea3e33a7a3b335ac1cb48ceeaaf009f8049684b Mon Sep 17 00:00:00 2001 From: Vihas Makwana Date: Wed, 12 Jun 2024 19:22:00 +0530 Subject: [PATCH] fix: fix CI --- filebeat/tests/system/test_shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebeat/tests/system/test_shutdown.py b/filebeat/tests/system/test_shutdown.py index d584213cb6b..8e781837730 100644 --- a/filebeat/tests/system/test_shutdown.py +++ b/filebeat/tests/system/test_shutdown.py @@ -30,7 +30,7 @@ def test_shutdown(self): # Flaky on MacOS, see https://github.com/elastic/beats/issues/39613#issuecomment-2158812325 # we need to wait a bit longer for filebeat to start - if platform.system() == "Darwin" : + if platform.system() == "Darwin": time.sleep(10) else: time.sleep(.5)