Skip to content

Commit

Permalink
Disabled event tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Perelló Marín committed Sep 29, 2016
1 parent dcaac45 commit 4ec5ea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/checks/integration/test_elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# 3p
from nose.plugins.attrib import attr
from nose.plugins.skip import SkipTest
import requests

# project
Expand Down Expand Up @@ -413,6 +414,7 @@ def test_config_parser(self):
self.assertEquals(c.ssl_key, "/path/to/cert.key")

def test_health_event(self):
raise SkipTest("Events are not supported")
dummy_tags = ['foo:bar', 'elastique:recherche']
config = {'instances': [
{'url': 'http://localhost:9200', 'tags': dummy_tags}
Expand Down

0 comments on commit 4ec5ea9

Please sign in to comment.