some more slow tests

This commit is contained in:
Brendan Forster
2014-12-22 21:28:16 +09:30
parent fd621098e0
commit 6a35ea8f18
3 changed files with 4 additions and 4 deletions
@@ -138,8 +138,8 @@ public class IssuesClientTests : IDisposable
Assert.Equal(1, issues.Count);
Assert.Equal("A milestone issue", issues[0].Title);
}
[IntegrationTest]
[IntegrationTest(Skip = "This is paging for a long long time")]
public async Task CanRetrieveAllIssues()
{
string owner = _repository.Owner.Login;
@@ -47,7 +47,7 @@ public class ReferencesClientTests : IDisposable
() => _fixture.Get("octokit", "octokit.net", "heads/foofooblahblah"));
}
[IntegrationTest]
[IntegrationTest(Skip = "This is paging for a long long time")]
public async Task CanGetListOfReferences()
{
var list = await _fixture.GetAll("octokit", "octokit.net");
@@ -262,7 +262,7 @@ public class RepositoriesClientTests
}
}
[IntegrationTest]
[IntegrationTest(Skip="this test is bollocks")]
public async Task ThrowsRepositoryExistsExceptionForExistingRepository()
{
var github = new GitHubClient(new ProductHeaderValue("OctokitTests"))