From 62c7f6a301ed29c0a07fa9060b890a4929685c6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 13:29:34 +0200 Subject: [PATCH] [Oracle] Don't run flaky test PyQgsOracleProvider (#42790) (#42809) Co-authored-by: Julien Cabieces --- .ci/test_flaky.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/test_flaky.txt b/.ci/test_flaky.txt index 72be03277ff..4beef134644 100644 --- a/.ci/test_flaky.txt +++ b/.ci/test_flaky.txt @@ -7,3 +7,6 @@ qgis_ziplayertest # Flaky, the ms odbc driver crashes a lot on the ubuntu docker image. Retest when # the docker base image is upgraded PyQgsMssqlProvider + +# Crashes randomly from time to time on CI in the OCI library +PyQgsOracleProvider