From 8e9ba4e1010b8c76522ef81efc2a677cda919789 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 6 Mar 2014 11:20:46 +1100 Subject: [PATCH] moving this out to a proper issue --- Octokit.Tests.Integration/Clients/GistsClientTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit.Tests.Integration/Clients/GistsClientTests.cs b/Octokit.Tests.Integration/Clients/GistsClientTests.cs index ab04d5fc..3df84b68 100644 --- a/Octokit.Tests.Integration/Clients/GistsClientTests.cs +++ b/Octokit.Tests.Integration/Clients/GistsClientTests.cs @@ -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); });