You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of running postgresql in a docker container for jOOQ code generation and for integration tests (#88), I had to disable the integration tests for public-web (see ticket #112).
I renamed the path for the respective test-set from core/web/src/intTest to core/web/intTestDisabled.
core-web inherits the multiple datasources defined in core-sync it depends on.
Find a way to reactivate those tests.
The text was updated successfully, but these errors were encountered:
In the context of running postgresql in a docker container for jOOQ code generation and for integration tests (#88), I had to disable the integration tests for public-web (see ticket #112).
I renamed the path for the respective test-set from
core/web/src/intTest
tocore/web/intTestDisabled
.core-web inherits the multiple datasources defined in core-sync it depends on.
Find a way to reactivate those tests.
The text was updated successfully, but these errors were encountered: