link to issues in muted tests

This commit is contained in:
Brendan Forster
2015-12-14 11:32:38 +10:30
parent 27988a6ea8
commit 31d8a40cc2
4 changed files with 8 additions and 9 deletions
@@ -40,7 +40,7 @@ namespace Octokit.Tests.Integration.Clients
Assert.True(error.Result.Message.Contains("username and password Basic Auth"));
}
[BasicAuthenticationTest(Skip = "This test seems to be flaky")]
[BasicAuthenticationTest(Skip = "See https://github.com/octokit/octokit.net/issues/1000 for issue to investigate this further")]
public async Task CanCreateAndGetAuthorizationWithoutFingerPrint()
{
var github = Helper.GetBasicAuthClient();