Skip to content

Commit c7cf499

Browse files
committed
chore: skip flaky integration test.
1 parent adc3d0b commit c7cf499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_influxdb_client_3_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ def retry_cb(args, data, excp):
387387
self.assertIsInstance(ErrorResult["rx"], MaxRetryError)
388388
self.assertIsInstance(ErrorResult["rx"].reason, Url3TimeoutError)
389389

390+
@pytest.mark.skip(reason="flaky in CircleCI")
390391
def test_query_timeout(self):
391392
localClient = InfluxDBClient3(
392393
host=self.host,

0 commit comments

Comments
 (0)