Skip Added

This commit is contained in:
rms81
2015-02-25 09:06:40 +00:00
parent 20dae37e72
commit 5d7fbe7589
@@ -534,9 +534,10 @@ public class RepositoriesClientTests
}
}
public class TheGetAllPublicMethod
{
[IntegrationTest]
[IntegrationTest(Skip = "Takes too long to run.")]
public async Task ReturnsAllPublicRepositories()
{
var github = Helper.GetAuthenticatedClient();