Alerting: Fix remote Alertmanager integration tests (CI/Makefile) (#78541)

* Alerting: Fix remote Alertmanager integration tests (CI/Makefile)
This commit is contained in:
Santiago
2023-11-22 18:13:04 +00:00
committed by GitHub
parent d47ac2f67e
commit eef8525a4b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -966,7 +966,7 @@ def redis_integration_tests_steps():
def remote_alertmanager_integration_tests_steps():
cmds = [
"go clean -testcache",
"go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/notifier/...",
"go test -run TestIntegrationRemoteAlertmanager -covermode=atomic -timeout=2m ./pkg/services/ngalert/...",
]
environment = {