mute test and link to thread about it

This commit is contained in:
Brendan Forster
2015-12-14 10:51:45 +10:30
parent 9bc675b290
commit ee201950fa
+1 -1
View File
@@ -18,7 +18,7 @@ namespace Octokit.Tests.Integration
Assert.Equal(AccountType.User, repository.Owner.Type);
}
[IntegrationTest]
[IntegrationTest(Skip = "This test is super-unreliable right now - see https://github.com/octokit/octokit.net/issues/874 for discussion")]
public async Task CanCreateIssueOnRedirectedRepository()
{
var client = Helper.GetAuthenticatedClient();