From ed8d31b059ccc6d3df98075980069fe8bb4262b9 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar Date: Thu, 4 Feb 2021 11:53:32 +0530 Subject: [PATCH] Remove empty test Signed-off-by: Ganesh Vernekar --- promql/engine_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/promql/engine_test.go b/promql/engine_test.go index a3ba0f2b0..3881e6504 100644 --- a/promql/engine_test.go +++ b/promql/engine_test.go @@ -2150,8 +2150,3 @@ func TestEngineOptsValidation(t *testing.T) { } } } - -// TestFuncTimestampWithAtModifier tests for https://github.com/prometheus/prometheus/issues/8433. -func TestFuncTimestampWithAtModifier(t *testing.T) { - -}