Skip to content

Commit

Permalink
disable mariadb/mysql webflux tests (#20351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 17, 2022
1 parent 22289f0 commit 915e10d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ application {
creationTimestamp 1617901618886
jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ="
packageName com.okta.developer.gateway
prodDatabaseType mariadb
prodDatabaseType postgresql
serviceDiscoveryType eureka
testFrameworks [cypress]
microfrontends [blog, notification, store]
Expand Down Expand Up @@ -89,7 +89,7 @@ application {
entitySuffix Entity
jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ="
packageName com.okta.developer.notification
prodDatabaseType mariadb
prodDatabaseType postgresql
reactive true
serverPort 8083
serviceDiscoveryType eureka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ application {
creationTimestamp 1617901618886
jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ="
packageName com.okta.developer.gateway
prodDatabaseType mysql
prodDatabaseType postgresql
serviceDiscoveryType consul
testFrameworks [cypress]
microfrontends [blog, notification, store]
Expand Down Expand Up @@ -89,7 +89,7 @@ application {
entitySuffix Entity
jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ="
packageName com.okta.developer.notification
prodDatabaseType mysql
prodDatabaseType postgresql
reactive true
serverPort 8083
serviceDiscoveryType consul
Expand Down

0 comments on commit 915e10d

Please sign in to comment.