From f12107b8f93fb991e9f4cb7110d4a66a41c965e3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 22:06:31 +0900 Subject: [PATCH] [8.1](backport #30512) Switch skip to use `CI` (#30525) Co-authored-by: Mat Schaffer --- auditbeat/tests/system/test_file_integrity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditbeat/tests/system/test_file_integrity.py b/auditbeat/tests/system/test_file_integrity.py index 08fef13d8e5..280d2916a55 100644 --- a/auditbeat/tests/system/test_file_integrity.py +++ b/auditbeat/tests/system/test_file_integrity.py @@ -62,7 +62,7 @@ def wait_output(self, min_events): else: break - @unittest.skipIf(os.getenv("BUILD_ID") is not None and platform.system() == 'Darwin', + @unittest.skipIf(os.getenv("CI") is not None and platform.system() == 'Darwin', 'Flaky test: https://github.com/elastic/beats/issues/24678') def test_non_recursive(self): """