Skip to content

Commit

Permalink
fix(tests): not working find authorizations influxdata/influxdb#16833
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Feb 12, 2020
1 parent e211c8c commit 7e4d80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client.Test/ItAuthorizationsApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void FindAuthorizationsByIdNull()
}

[Test]
[Ignore("TODO https://github.com/influxdata/influxdb/issues/16833")]
public async Task DeleteAuthorization()
{
var createdAuthorization = await _authorizationsApi.CreateAuthorizationAsync(_organization, NewPermissions());
Expand Down

0 comments on commit 7e4d80a

Please sign in to comment.