Skip to content

Commit

Permalink
Do not skip test_file_disappear_appear on Windows anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Feb 20, 2019
1 parent 589fd32 commit 3950fc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filebeat/tests/system/test_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3950fc6

Please sign in to comment.