Skip to content

Commit

Permalink
ci: ignore node scoped ems in CI (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Dec 8, 2022
1 parent e3b210e commit 5b3bbb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/test/bookend_ems_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ var newAlertsData map[string]int
var nodeScopedResolvingEmsList = []string{
"nvram.battery.charging.normal",
"sp.heartbeat.resumed",
"callhome.battery.low",
"sp.ipmi.lost.shutdown",
"sp.notConfigured",
}

type EmsTestSuite struct {
Expand Down

0 comments on commit 5b3bbb5

Please sign in to comment.