Skip to content

Commit

Permalink
[Auditbeat] Skip flaky test_metricset_package test (#10634)
Browse files Browse the repository at this point in the history
See #10633
  • Loading branch information
ruflin committed Feb 7, 2019
1 parent 2cc1c32 commit 97920c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/auditbeat/tests/system/test_metricsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_metricset_login(self):
# Metricset is experimental and that generates a warning, TODO: remove later
self.check_metricset("system", "login", COMMON_FIELDS + fields, config, warnings_allowed=True)

@unittest.skip("Flaky test, see https://github.com/elastic/beats/issues/10633")
@unittest.skipIf(sys.platform == "win32", "Not implemented for Windows")
@unittest.skipIf(sys.platform == "linux2" and not (os.path.isdir("/var/lib/dpkg") or os.path.isdir("/var/lib/rpm")),
"Only implemented for dpkg and rpm")
Expand Down

0 comments on commit 97920c9

Please sign in to comment.