We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e211c8c commit 7e4d80aCopy full SHA for 7e4d80a
Client.Test/ItAuthorizationsApiTest.cs
@@ -144,6 +144,7 @@ public void FindAuthorizationsByIdNull()
144
}
145
146
[Test]
147
+ [Ignore("TODO https://github.com/influxdata/influxdb/issues/16833")]
148
public async Task DeleteAuthorization()
149
{
150
var createdAuthorization = await _authorizationsApi.CreateAuthorizationAsync(_organization, NewPermissions());
0 commit comments