Skip to content

Commit

Permalink
Skip flaky clean_x tests in filebeat (elastic#18134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored May 4, 2020
1 parent e83f736 commit d6edfe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filebeat/tests/system/test_registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ def test_clean_inactive(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(file3)

@unittest.skipIf(os.name == 'nt', 'flaky test https://github.com/elastic/beats/issues/7690')
def test_clean_removed(self):
"""
Checks that files which were removed, the state is removed
Expand Down Expand Up @@ -868,6 +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.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 d6edfe8

Please sign in to comment.