mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Disable extended range selector modifiers again after test run
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
a1000efe55
commit
88b009f8a0
1 changed files with 3 additions and 0 deletions
|
|
@ -253,6 +253,9 @@ func TestExprString(t *testing.T) {
|
|||
}
|
||||
|
||||
EnableExtendedRangeSelectors = true
|
||||
t.Cleanup(func() {
|
||||
EnableExtendedRangeSelectors = false
|
||||
})
|
||||
|
||||
for _, test := range inputs {
|
||||
t.Run(test.in, func(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue