We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0ef30 commit 85fdd6fCopy full SHA for 85fdd6f
1 file changed
github/resource_github_actions_runner_group_test.go
@@ -187,6 +187,7 @@ func TestAccGithubActionsRunnerGroup(t *testing.T) {
187
// Note: this test is skipped because when setting visibility 'private', it always fails with:
188
// Step 0 error: After applying this step, the plan was not empty:
189
// visibility: "all" => "private"
190
+ // Based on GitHub UI there is no way to create a private runner group
191
t.Skip("This is not supported")
192
193
randomID := acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)
0 commit comments