Allow the fetchlimit test to be re-run

The test is known to be unstable due to timing issues. Prevent frequent
false positives by allowing the test to be re-run by the flaky pytest
plugin.

(cherry picked from commit 10827fe96c)
This commit is contained in:
Tom Krizek 2023-12-22 15:58:27 +01:00
parent 4679bfe604
commit a1af755a14
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -9,6 +9,9 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
import isctest.mark
@isctest.mark.flaky(max_runs=2)
def test_fetchlimit(run_tests_sh):
run_tests_sh()