Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auditbeat][Flaky test] Skip test_recursive as flaky #9510

Merged
merged 1 commit into from
Dec 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions auditbeat/tests/system/test_file_integrity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import time
import unittest
from auditbeat import *


Expand Down Expand Up @@ -129,6 +130,7 @@ def test_non_recursive(self):
# assert file inside subdir is not reported
assert self.log_contains(file3) is False

@unittest.skip("Skipped as flaky: https://github.com/elastic/beats/issues/7731")
def test_recursive(self):
"""
file_integrity monitors watched directories (recursive).
Expand Down