diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91ed12a6..24581bae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -347,12 +347,12 @@ jobs: ACCEPT_EULA: Y, SA_PASSWORD: Benerator123! # Label used to access the service container - oracle: - image: oracleinanutshell/oracle-xe-11g - # user: XDB PW: xdb - env: - ORACLE_ALLOW_REMOTE: 'true' - ORACLE_ENABLE_XDB: 'true' +# oracle: +# image: oracleinanutshell/oracle-xe-11g +# # user: XDB PW: xdb +# env: +# ORACLE_ALLOW_REMOTE: 'true' +# ORACLE_ENABLE_XDB: 'true' vertica: image: vertica/vertica-ce diff --git a/src/test/java/com/rapiddweller/benerator/engine/ShopDemoIntegrationExtDBTest.java b/src/test/java/com/rapiddweller/benerator/engine/ShopDemoIntegrationExtDBTest.java index 99dde68f..f1753bee 100644 --- a/src/test/java/com/rapiddweller/benerator/engine/ShopDemoIntegrationExtDBTest.java +++ b/src/test/java/com/rapiddweller/benerator/engine/ShopDemoIntegrationExtDBTest.java @@ -114,6 +114,7 @@ public void DemoVerticaShop() { /** * Demo oracle shop. */ + @Ignore("issue with sonarqube image") @Test public void DemoOracleShop() { assumeTestActive("oracle");