Skip to content

Commit

Permalink
no alert tests for now in multianalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
nplanel committed Aug 2, 2018
1 parent 041a469 commit 2f0064e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/alert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func checkMessage(t *testing.T, b []byte, al *types.Alert, nsName string) (bool,
}

func TestAlertWebhook(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
var (
err error
al *types.Alert
Expand Down Expand Up @@ -168,6 +169,7 @@ func TestAlertWebhook(t *testing.T) {
}

func TestAlertScript(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
if helper.AgentTestsOnly {
t.Skip("this test works only when agent and analyzers are on the same host")
}
Expand Down Expand Up @@ -251,6 +253,7 @@ func TestAlertScript(t *testing.T) {
}

func TestAlertWithTimer(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
var (
err error
ws *websocket.Conn
Expand Down Expand Up @@ -325,6 +328,7 @@ func TestAlertWithTimer(t *testing.T) {
}

func TestMultipleTriggering(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
var (
err error
ws *websocket.Conn
Expand Down

0 comments on commit 2f0064e

Please sign in to comment.