Skip to content

Samples test suite is not executed as part of build process #1324

Closed
@ddubson

Description

@ddubson

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions