Skip to content

Commit

Permalink
[molecule] Temporarily remove elastalert
Browse files Browse the repository at this point in the history
Until Yelp/elastalert#2204 is fixed
  • Loading branch information
michalekj committed Apr 15, 2019
1 parent 11ef582 commit 1e431ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ provisioner:
- rsyslog
- auditbeat
- filebeat
- elastalert
# - elastalert
- cerebro
lm_elasticsearch_jvm_opts:
- { name: Xms, value: Xms1g }
Expand Down
6 changes: 3 additions & 3 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ def test_port_open(host):
assert sock.is_listening


def test_elastalert_running(host):
cmd = host.run("systemctl status elastalert")
assert cmd.rc == 0
# def test_elastalert_running(host):
# cmd = host.run("systemctl status elastalert")
# assert cmd.rc == 0


def test_cerebro_running(host):
Expand Down

0 comments on commit 1e431ae

Please sign in to comment.