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
{{ message }}
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
The integration tests currently take 32 minutes to complete. Of that:
We could divide these tests into two groups perhaps using maven profiles to invoke them with separate exclude rules:
mvn clean install
would run the "fast" integration testsmvn clean install -P exhaustive
would run all the integration testsThe text was updated successfully, but these errors were encountered: