diff --git a/pkg/tests/apis/datasource/testdata_test.go b/pkg/tests/apis/datasource/testdata_test.go index 01ad8593643..857b12f7d9d 100644 --- a/pkg/tests/apis/datasource/testdata_test.go +++ b/pkg/tests/apis/datasource/testdata_test.go @@ -37,7 +37,7 @@ func TestIntegrationTestDatasource(t *testing.T) { grafanarest.Mode0, // Legacy only // grafanarest.Mode2, // write both, read legacy // grafanarest.Mode3, // write both, read unified - grafanarest.Mode5, // Unified only + // grafanarest.Mode5, // Unified only } { t.Run(fmt.Sprintf("testdata (mode:%d)", mode), func(t *testing.T) { ctx := context.Background() @@ -207,5 +207,4 @@ func TestIntegrationTestDatasource(t *testing.T) { }) }) } - }