muting the test

This commit is contained in:
naveen
2015-12-15 19:03:09 -05:00
parent ebbec94888
commit 289ebf1742
@@ -90,7 +90,6 @@ namespace Octokit.Tests.Reactive
gitHubClient.Connection.Received(1).Get<List<Repository>>(thirdPageUrl, null, null);
}
[Fact]
public async Task StopsMakingNewRequestsWhenTakeIsFulfilled()
{
var firstPageUrl = new Uri("user/repos", UriKind.Relative);