Closed
Description
Describe the bug
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.