mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 22:52:53 +08:00
Comments: support live comments in dashboards and annotations (#44980)
This commit is contained in:
@ -465,6 +465,7 @@ type InitTestDBOpt struct {
|
||||
|
||||
var featuresEnabledDuringTests = []string{
|
||||
featuremgmt.FlagDashboardPreviews,
|
||||
featuremgmt.FlagDashboardComments,
|
||||
}
|
||||
|
||||
// InitTestDBWithMigration initializes the test DB given custom migrations.
|
||||
|
Reference in New Issue
Block a user