Skip to content

Commit 2fe6ca2

Browse files
committed
Remove added sleeps in lieu of new relibability design from #268
1 parent d8517c6 commit 2fe6ca2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tests/GitHubRepositories.tests.ps1

-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)