Included the Fact attribute back with the skip referring to the issue.

This commit is contained in:
naveen
2015-12-16 08:15:29 -05:00
parent f8613dad69
commit 3bab0f890f
@@ -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);