marked issue as ignore and linking to relevant issue

This commit is contained in:
Brendan Forster
2013-11-28 16:37:23 -08:00
parent df3c8e292a
commit 4f28d55dd3
@@ -55,7 +55,7 @@ public class ObservableIssuesClientTests : IDisposable
Assert.NotEmpty(issues);
}
[IntegrationTest]
[IntegrationTest(Skip = "See https://github.com/octokit/octokit.net/issues/222 for an explanation of the issue")]
public async Task ReturnsAllIssuesForOwnedAndMemberRepositories()
{
var newIssue = new NewIssue("Integration test issue");