Skip to content

Commit f4d07a4

Browse files
Skip TestAccFolder_createFromDifferentRoles
1 parent bfbc8b9 commit f4d07a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/resources/grafana/resource_folder_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ func TestAccFolder_PreventDeletionNested(t *testing.T) {
269269

270270
// This is a bug in Grafana, not the provider. It was fixed in 9.2.7+ and 9.3.0+, this test will check for regressions
271271
func TestAccFolder_createFromDifferentRoles(t *testing.T) {
272-
testutils.CheckOSSTestsEnabled(t, ">=9.2.7")
272+
// TODO: In Grafana 11.5.0 permissions are checked differently and specific permissions are required: https://github.com/grafana/grafana/pull/98751
273+
testutils.CheckOSSTestsEnabled(t, ">=9.2.7,<11.5.0")
273274

274275
for _, tc := range []struct {
275276
role string

0 commit comments

Comments
 (0)