Skip to content

Commit

Permalink
Skip monitoring flaky test (elastic#16248)
Browse files Browse the repository at this point in the history
Skip tests frequently failing in python 3 branch.
elastic#16247
  • Loading branch information
jsoriano authored Feb 12, 2020
1 parent a4fde6d commit afe9005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/tests/system/test_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
INTEGRATION_TESTS = os.environ.get('INTEGRATION_TESTS', False)


@unittest.skip("flaky: https://github.com/elastic/beats/issues/16247")
class Test(BaseTest):

def setUp(self):
Expand Down

0 comments on commit afe9005

Please sign in to comment.