Skip to content

Commit 125ce33

Browse files
committed
fix(tests): already fixed
1 parent 9c29d11 commit 125ce33

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Client.Test/ItBucketsApiTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace InfluxDB.Client.Test
1111
{
1212
[TestFixture]
13-
[Ignore("TODO https://github.com/influxdata/influxdb/issues/17244")]
1413
public class ItBucketsApiTest : AbstractItClientTest
1514
{
1615
[SetUp]
@@ -164,7 +163,6 @@ public async Task FindBucketByName()
164163
}
165164

166165
[Test]
167-
[Ignore("TODO https://github.com/influxdata/influxdb/issues/14900")]
168166
public async Task FindBucketByNameNotFound()
169167
{
170168
var bucket = await _bucketsApi.FindBucketByNameAsync("my-bucket-not-found");

Client.Test/ItSourcesApiTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public async Task DeleteSource()
124124
}
125125

126126
[Test]
127-
[Ignore("TODO https://github.com/influxdata/influxdb/issues/17244")]
128127
public async Task FindBucketsBySource()
129128
{
130129
var source = await _sourcesApi.CreateSourceAsync(NewSource());

0 commit comments

Comments
 (0)