File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1271,11 +1271,6 @@ try
12711271 Describe ' GitHubRepositories\Disable-GitHubRepositoryVulnerabilityAlert' {
12721272 BeforeAll {
12731273 $repo = New-GitHubRepository - RepositoryName ([Guid ]::NewGuid().Guid)
1274-
1275- # The CI build has been unreliable with this test.
1276- # Adding a short sleep to ensure successive queries reflect updated state.
1277- Start-Sleep - Seconds $script :defaultSleepSecondsForReliability
1278-
12791274 Enable-GitHubRepositoryVulnerabilityAlert - Uri $repo.svn_url
12801275 }
12811276
@@ -1311,11 +1306,6 @@ try
13111306 Describe ' GitHubRepositories\Disable-GitHubRepositorySecurityFix' {
13121307 BeforeAll {
13131308 $repo = New-GitHubRepository - RepositoryName ([Guid ]::NewGuid().Guid)
1314-
1315- # The CI build has been unreliable with this test.
1316- # Adding a short sleep to ensure successive queries reflect updated state.
1317- Start-Sleep - Seconds $script :defaultSleepSecondsForReliability
1318-
13191309 Enable-GitHubRepositorySecurityFix - Uri $repo.svn_url
13201310 }
13211311
You can’t perform that action at this time.
0 commit comments