There's no test in the TCK to cover injecting OpenID mechanisms with qualifiers attribute.
The test for injecting multiple auth mechanisms into a custom handler in AppCustomAuthenticationMechanismHandler2IT only covers basic mechanisms.
We found out that, although both WildFly and GlassFish preview versions, and the underlying Soteria implementation, all passed the TCK, they failed to inject a modified case with OpenID mechanisms instead of Basic mechanisms. It would be good to add a test similar to the existing one for Basic authentication also for OpenID. Or, even better, for all other specified mechanisms (OpenID, Form, CustomForm).
More information in: #342