moving this out to a proper issue

This commit is contained in:
Brendan Forster
2014-03-06 11:20:46 +11:00
parent 5b9e4c1149
commit 8e9ba4e101
@@ -62,7 +62,7 @@ public class GistsClientTests
Assert.DoesNotThrow(async () => { await _fixture.Delete(createdGist.Id); });
}
[IntegrationTest(Skip="Why do you hate freedom?")]
[IntegrationTest(Skip = "See https://github.com/octokit/octokit.net/issues/424 for an explanation of the issue")]
public async Task CanStarAndUnstarAGist()
{
Assert.DoesNotThrow(async () => { await _fixture.Star(testGistId); });