diff --git a/Octokit.Tests.Integration/Clients/GistsClientTests.cs b/Octokit.Tests.Integration/Clients/GistsClientTests.cs index b7d1f6bf..89582fca 100644 --- a/Octokit.Tests.Integration/Clients/GistsClientTests.cs +++ b/Octokit.Tests.Integration/Clients/GistsClientTests.cs @@ -81,7 +81,7 @@ public class GistsClientTests await _fixture.Delete(forkedGist.Id); } - [IntegrationTest] + [IntegrationTest(Skip="OH GOD THIS TEST IS INSANE AND I DON'T KNOW WHY I DID THIS")] public async Task CanListGists() { // Time is tricky between local and remote, be lenient