Skip to content

Multiple QuarkusTestResource annotations in Test are ignored #5252

@lkrzyzanek

Description

@lkrzyzanek

Describe the bug
Multiple @QuarkusTestResource annotations in Test are completely ignored
e.g.
@QuarkusTest
@QuarkusTestResource(ActiveMQServerTestResource.class)
@QuarkusTestResource(ActiveMQClientTestResource.class)

Expected behavior
Given that QuarkusTestResource annotation is Repeatable both test resources should be processed.

Actual behavior
Both QuarkusTestResource are ignored

To Reproduce
Steps to reproduce the behavior:

  1. Create a test with two simple "QuarkusTestResource" test resources
  2. Run test
  3. See that both QuarkusTestResource are ignored. If you comment one of them just 1 is picked and processed correctly.

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions