mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Included the Fact attribute back with the skip referring to the issue.
This commit is contained in:
@@ -90,6 +90,7 @@ namespace Octokit.Tests.Reactive
|
||||
gitHubClient.Connection.Received(1).Get<List<Repository>>(thirdPageUrl, null, null);
|
||||
}
|
||||
|
||||
[Fact(Skip = "See https://github.com/octokit/octokit.net/issues/1011 for issue to investigate this further")]
|
||||
public async Task StopsMakingNewRequestsWhenTakeIsFulfilled()
|
||||
{
|
||||
var firstPageUrl = new Uri("user/repos", UriKind.Relative);
|
||||
|
||||
Reference in New Issue
Block a user