Skip to content

Commit

Permalink
Add version restriction for org test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Nov 8, 2023
1 parent 72c5c80 commit de8055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/grafana/resource_playlist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestAccPlaylist_disappears(t *testing.T) {
}

func TestAccPlaylist_inOrg(t *testing.T) {
testutils.CheckOSSTestsEnabled(t)
testutils.CheckOSSTestsEnabled(t, ">=9.0.0") // Querying org-specific playlists is broken pre-9

rName := acctest.RandomWithPrefix("tf-acc-test")
var org gapi.Org
Expand Down

0 comments on commit de8055e

Please sign in to comment.