Skip to content

Commit

Permalink
Skip clean_removed test (elastic#9207)
Browse files Browse the repository at this point in the history
See elastic#7690

(cherry picked from commit be187b9)
  • Loading branch information
ruflin committed Nov 22, 2018
1 parent d6589d1 commit eabb2c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filebeat/tests/system/test_registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import time
import shutil
import stat
import unittest

from filebeat import BaseTest
from nose.plugins.skip import SkipTest
Expand Down Expand Up @@ -847,10 +848,12 @@ def test_clean_inactive(self):
else:
assert data[0]["offset"] == 2

@unittest.skip("Skipped as flaky: https://github.com/elastic/beats/issues/7690")
def test_clean_removed(self):
"""
Checks that files which were removed, the state is removed
"""

self.render_config_template(
path=os.path.abspath(self.working_dir) + "/log/input*",
scan_frequency="0.1s",
Expand Down

0 comments on commit eabb2c0

Please sign in to comment.