Skip to content

Commit

Permalink
Skip filebeat ml tests (elastic#9937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored and ruflin committed Jan 8, 2019
1 parent c3b6d6a commit 4a22801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/tests/system/test_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def init(self):
@unittest.skipIf(os.getenv("TESTING_ENVIRONMENT") == "2x",
"integration test not available on 2.x")
@unittest.skipIf(os.name == "nt", "skipped on Windows")
@unittest.skip("Skip broken ML support.")
def test_ml_setup(self, setup_flag, modules_flag):
""" Test ML are installed in all possible ways """
self._run_ml_test(setup_flag, modules_flag)
Expand Down

0 comments on commit 4a22801

Please sign in to comment.