mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 20:22:21 +08:00
FeatureFlags: Use interface rather than manager (#80000)
This commit is contained in:
@ -3,12 +3,13 @@ package pipeline
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/grafana/grafana/pkg/plugins"
|
||||
"github.com/grafana/grafana/pkg/plugins/config"
|
||||
"github.com/grafana/grafana/pkg/plugins/log"
|
||||
"github.com/grafana/grafana/pkg/services/featuremgmt"
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestSkipPlugins(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user