mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
mute test and link to thread about it
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user