mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
some more slow tests
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user