SSE/QuerySvc: (Chore) Remove expression parser code and feature toggle (#110117)

This commit is contained in:
Kyle Brandt
2025-08-26 13:21:24 +00:00
committed by GitHub
parent b047175330
commit 58c8fdad7a
9 changed files with 3 additions and 406 deletions
+1 -3
View File
@@ -7,7 +7,6 @@ import (
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/services/datasources"
"github.com/grafana/grafana/pkg/services/featuremgmt"
"github.com/grafana/grafana/pkg/setting"
)
@@ -234,8 +233,7 @@ func TestServicebuildPipeLine(t *testing.T) {
},
}
s := Service{
features: featuremgmt.WithFeatures(featuremgmt.FlagExpressionParser),
cfg: setting.NewCfg(),
cfg: setting.NewCfg(),
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {