File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1271,11 +1271,6 @@ try
1271
1271
Describe ' GitHubRepositories\Disable-GitHubRepositoryVulnerabilityAlert' {
1272
1272
BeforeAll {
1273
1273
$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
-
1279
1274
Enable-GitHubRepositoryVulnerabilityAlert - Uri $repo.svn_url
1280
1275
}
1281
1276
@@ -1311,11 +1306,6 @@ try
1311
1306
Describe ' GitHubRepositories\Disable-GitHubRepositorySecurityFix' {
1312
1307
BeforeAll {
1313
1308
$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
-
1319
1309
Enable-GitHubRepositorySecurityFix - Uri $repo.svn_url
1320
1310
}
1321
1311
You can’t perform that action at this time.
0 commit comments