mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
mark test as obsolete
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
Assert.ThrowsAsync<NotFoundException>(() => github.Authorization.Get(created.Id));
|
||||
}
|
||||
|
||||
[BasicAuthenticationTest]
|
||||
[BasicAuthenticationTest(Skip = "See https://github.com/octokit/octokit.net/issues/1078 for explanation of why this is now obsolete")]
|
||||
public async Task CanRevokeAllApplicationAuthentications()
|
||||
{
|
||||
var github = Helper.GetBasicAuthClient();
|
||||
|
||||
Reference in New Issue
Block a user