Skip to content

Commit

Permalink
Merge pull request #31277 from gsmet/disable-native-hr-modules
Browse files Browse the repository at this point in the history
Disable Hibernate Reactive modules in native-tests.json
  • Loading branch information
gsmet authored Feb 18, 2023
2 parents baad681 + bbed9a7 commit 9fe53eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
{
"category": "Data5",
"timeout": 65,
"test-modules": "jpa-postgresql, jpa-postgresql-withxml, narayana-stm, narayana-jta, reactive-pg-client, hibernate-reactive-postgresql, hibernate-orm-tenancy/schema",
"test-modules": "jpa-postgresql, jpa-postgresql-withxml, narayana-stm, narayana-jta, reactive-pg-client, hibernate-orm-tenancy/schema",
"os-name": "ubuntu-latest"
},
{
"category": "Data6",
"timeout": 80,
"test-modules": "elasticsearch-rest-client, elasticsearch-rest-high-level-client, elasticsearch-java-client, hibernate-search-orm-elasticsearch, hibernate-search-orm-elasticsearch-tenancy, hibernate-search-orm-opensearch, hibernate-search-orm-elasticsearch-coordination-outbox-polling, hibernate-reactive-panache, hibernate-reactive-panache-kotlin",
"test-modules": "elasticsearch-rest-client, elasticsearch-rest-high-level-client, elasticsearch-java-client, hibernate-search-orm-elasticsearch, hibernate-search-orm-elasticsearch-tenancy, hibernate-search-orm-opensearch, hibernate-search-orm-elasticsearch-coordination-outbox-polling",
"os-name": "ubuntu-latest"
},
{
"category": "Data7",
"timeout": 65,
"test-modules": "reactive-oracle-client, reactive-mysql-client, reactive-db2-client, hibernate-reactive-db2, hibernate-reactive-mysql",
"test-modules": "reactive-oracle-client, reactive-mysql-client, reactive-db2-client",
"os-name": "ubuntu-latest"
},
{
Expand Down Expand Up @@ -81,7 +81,7 @@
{
"category": "Security3",
"timeout": 50,
"test-modules": "keycloak-authorization, smallrye-jwt-token-propagation, security-webauthn",
"test-modules": "keycloak-authorization, smallrye-jwt-token-propagation",
"os-name": "ubuntu-latest"
},
{
Expand Down

0 comments on commit 9fe53eb

Please sign in to comment.