Skip to content

Commit 7b219fd

Browse files
committed
Quite likely no longer needed catch
1 parent e4d4fdf commit 7b219fd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

projects/Test/Integration/GH/TestGitHubIssues.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This source code is dual-licensed under the Apache License, version
1+
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
33
//
44
// The APL v2.0:
@@ -370,11 +370,6 @@ await Assert.ThrowsAnyAsync<InvalidOperationException>(async () =>
370370
});
371371
break;
372372
}
373-
catch (SemaphoreFullException ex0)
374-
{
375-
_output.WriteLine("{0} ex: {1}", _testDisplayName, ex0);
376-
retryCount++;
377-
}
378373
catch (PublishException)
379374
{
380375
retryCount++;

0 commit comments

Comments
 (0)