Skip to content

Commit

Permalink
Mute flaky heartbeat telemetry test (elastic#8967) (elastic#8970)
Browse files Browse the repository at this point in the history
See elastic#8966 for details

(cherry picked from commit 10e544b)
  • Loading branch information
andrewvc committed Nov 8, 2018
1 parent 2b63644 commit b09109c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heartbeat/tests/system/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def test_telemetry(self):
"""
Test that telemetry metrics are correctly registered and increment / decrement
"""
# This test is flaky https://github.com/elastic/beats/issues/8966
raise SkipTest

if os.name == "nt":
# This test is currently skipped on windows because file permission
# configuration isn't implemented on Windows yet
Expand Down

0 comments on commit b09109c

Please sign in to comment.