Skip to content

Commit 363b859

Browse files
committed
Add further comment to skipped test
Signed-off-by: Timo Sand <[email protected]>
1 parent 82f8ab8 commit 363b859

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github/resource_github_actions_runner_group_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ func TestAccGithubActionsRunnerGroup(t *testing.T) {
187187
// Note: this test is skipped because when setting visibility 'private', it always fails with:
188188
// Step 0 error: After applying this step, the plan was not empty:
189189
// visibility: "all" => "private"
190+
// Based on GitHub UI there is no way to create a private runner group
190191
t.Skip("This is not supported")
191192

192193
randomID := acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)

0 commit comments

Comments
 (0)