Skip to content

Commit

Permalink
Restore PyQgsOracleProvider test (#44747)
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Aug 18, 2021
1 parent 781f484 commit dbf7e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .ci/test_flaky.txt
Expand Up @@ -7,6 +7,3 @@ test_core_ziplayer
# 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
2 changes: 1 addition & 1 deletion tests/src/python/CMakeLists.txt
Expand Up @@ -426,7 +426,7 @@ if (ENABLE_MSSQLTEST)
endif()

if (ENABLE_ORACLETEST)
ADD_PYTHON_TEST(PyQgsOracleProvider test_provider_oracle.py)
ADD_PYTHON_TEST(PyQgsOracleProvider test_provider_oracle.py TEST_TIMEOUT=300)
ADD_PYTHON_TEST(PyQgsProviderConnectionOracle test_qgsproviderconnection_oracle.py)
SET_TESTS_PROPERTIES(PyQgsOracleProvider PyQgsProviderConnectionOracle PROPERTIES LABELS "ORACLE")
endif()
Expand Down

0 comments on commit dbf7e1d

Please sign in to comment.