Skip to content

Commit a0ff36e

Browse files
committed
chore: more informative skip message
1 parent c7cf499 commit a0ff36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_influxdb_client_3_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +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")
390+
@pytest.mark.skip(reason="flaky in CircleCI - server often responds in less than 1 millisecond.")
391391
def test_query_timeout(self):
392392
localClient = InfluxDBClient3(
393393
host=self.host,

0 commit comments

Comments
 (0)