We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d4fdf commit 7b219fdCopy full SHA for 7b219fd
projects/Test/Integration/GH/TestGitHubIssues.cs
@@ -1,4 +1,4 @@
1
-// This source code is dual-licensed under the Apache License, version
+// This source code is dual-licensed under the Apache License, version
2
// 2.0, and the Mozilla Public License, version 2.0.
3
//
4
// The APL v2.0:
@@ -370,11 +370,6 @@ await Assert.ThrowsAnyAsync<InvalidOperationException>(async () =>
370
});
371
break;
372
}
373
- catch (SemaphoreFullException ex0)
374
- {
375
- _output.WriteLine("{0} ex: {1}", _testDisplayName, ex0);
376
- retryCount++;
377
- }
378
catch (PublishException)
379
{
380
retryCount++;
0 commit comments