I'm starting to write unit tests for Prometheus PromQL alerts using promtool test rules
. Basic tests work, but I'd also like to write tests that check whether an alarm didn't fire for a certain series of values.
Is this possible and how would I express such a test?