From 3950fc68be7a53c9638b672fbf78bdebce9722d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Wed, 20 Feb 2019 07:48:22 +0100 Subject: [PATCH] Do not skip test_file_disappear_appear on Windows anymore --- filebeat/tests/system/test_crawler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/filebeat/tests/system/test_crawler.py b/filebeat/tests/system/test_crawler.py index 2c1f1dc6f59..846772d0a81 100644 --- a/filebeat/tests/system/test_crawler.py +++ b/filebeat/tests/system/test_crawler.py @@ -264,7 +264,6 @@ def test_file_disappear(self): assert len(output) == 5 + 6 - @unittest.skipIf(os.name == 'nt', 'flaky test https://github.com/elastic/beats/issues/9213') def test_file_disappear_appear(self): """ Checks that filebeat keeps running in case a log files is deleted