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

View File

@@ -439,7 +439,7 @@ public class RepositoriesClientTests
public class TheDeleteMethod
{
[IntegrationTest(Skip = "not sure why this is now failing to delete successfully")]
[IntegrationTest(Skip = "See https://github.com/octokit/octokit.net/issues/1002 for investigating this failing test")]
public async Task DeletesRepository()
{
var github = Helper.GetAuthenticatedClient();