Skip to content

Commit

Permalink
Cherry-pick #18134 to 7.x: Skip flaky clean_x tests in filebeat (#18190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored May 5, 2020
1 parent f17b806 commit 22d786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/tests/system/test_registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ def test_clean_removed(self):
# Make sure the last file in the registry is the correct one and has the correct offset
assert data[0]["offset"] == self.input_logs.size(file2)

@unittest.skip('flaky test https://github.com/elastic/beats/issues/10606')
@unittest.skipIf(os.name == 'nt', 'flaky test https://github.com/elastic/beats/issues/10606')
def test_clean_removed_with_clean_inactive(self):
"""
Checks that files which were removed, the state is removed
Expand Down

0 comments on commit 22d786b

Please sign in to comment.