From 957427125b947ea29ca3339b1919d8d58258dd19 Mon Sep 17 00:00:00 2001 From: Steffen Siering Date: Mon, 30 Nov 2020 19:27:16 +0100 Subject: [PATCH] Skip Filebeat test_shutdown on windows 7 (#22797) --- filebeat/tests/system/test_shutdown.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filebeat/tests/system/test_shutdown.py b/filebeat/tests/system/test_shutdown.py index eb4084c5205..8f18337435f 100644 --- a/filebeat/tests/system/test_shutdown.py +++ b/filebeat/tests/system/test_shutdown.py @@ -1,5 +1,6 @@ import gzip import os +import platform import time import unittest from filebeat import BaseTest @@ -11,6 +12,8 @@ class Test(BaseTest): + @unittest.skipIf(platform.platform().startswith("Windows-7"), + "Flaky test: https://github.com/elastic/beats/issues/22795") def test_shutdown(self): """ Test starting and stopping Filebeat under load.