Blob Blame History Raw
diff --git a/pkg/tsdb/influxdb/flux/executor_test.go b/pkg/tsdb/influxdb/flux/executor_test.go
index b42389c94d..a24e16f97e 100644
--- a/pkg/tsdb/influxdb/flux/executor_test.go
+++ b/pkg/tsdb/influxdb/flux/executor_test.go
@@ -285,12 +285,3 @@ func TestBuckets(t *testing.T) {
 		fmt.Println("----------------------")
 	})
 }
-
-func TestGoldenFiles(t *testing.T) {
-	t.Run("Renamed", func(t *testing.T) {
-		_, err := verifyGoldenResponse("renamed")
-		if err != nil {
-			t.Fatal(err.Error())
-		}
-	})
-}