Skip to content

Commit

Permalink
[Filebeat] Disable flaky test_harvester.Test.test_close_renamed (#12038)
Browse files Browse the repository at this point in the history
(see issue #12037)
  • Loading branch information
faec authored May 3, 2019
1 parent 76a5fde commit 62bd3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/tests/system/test_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

class Test(BaseTest):

@unittest.skip('flaky test https://github.com/elastic/beats/issues/12037')
def test_close_renamed(self):
"""
Checks that a file is closed when its renamed / rotated
Expand Down

0 comments on commit 62bd3c8

Please sign in to comment.