mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
always enable FlagAppPlatformGrpcClientAuth for k8s int tests
This commit is contained in:
parent
c7e36759cd
commit
4fe2c03457
@ -63,6 +63,9 @@ type K8sTestHelper struct {
|
||||
|
||||
func NewK8sTestHelper(t *testing.T, opts testinfra.GrafanaOpts) *K8sTestHelper {
|
||||
t.Helper()
|
||||
// Always enable `FlagAppPlatformGrpcClientAuth` for k8s integration tests, as this is the desired behavior.
|
||||
// The flag only exists to support the transition from the old to the new behavior in dev/ops/prod.
|
||||
opts.EnableFeatureToggles = append(opts.EnableFeatureToggles, featuremgmt.FlagAppPlatformGrpcClientAuth)
|
||||
dir, path := testinfra.CreateGrafDir(t, opts)
|
||||
_, env := testinfra.StartGrafanaEnv(t, dir, path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user