Skip to content

Commit

Permalink
(sonar) disable oracle shop demo integration tests until issue with h…
Browse files Browse the repository at this point in the history
…igher JVM fixed
  • Loading branch information
ake2l committed Jan 22, 2024
1 parent 5b17464 commit 90264ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public void DemoVerticaShop() {
/**
* Demo oracle shop.
*/
@Ignore("issue with sonarqube image")
@Test
public void DemoOracleShop() {
assumeTestActive("oracle");
Expand Down

0 comments on commit 90264ab

Please sign in to comment.