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
The subproject samples-demo-authorizationserver test suite is not executed as part of the build and assemble flow of the project. For example running ./gradlew test within the root project directory does not yield failing tests, while running the individual module test suite in Intellij yields test failures which are accurate -- there are two test cases that are failing for valid reasons. These may have been overlooked because the test suite is not executed properly.
To Reproduce
Run ./gradlew test from root directory -- all test suites should be executed.
Expected behavior
The subproject samples-demo-authorizationserver should have 2 failing test cases.