Outline: a producer bean which uses a qualifier, another bean which injects the produced value using the qualifier; An integration test is not able to @mock the value.
Workaround for now - inject the producer bean, then manually call the producing method. In the test class mock the producer instead.