Hey, according the spec, if a @Typed-annotation is explicit specified, only the types which are listed and java.lang.Object are bean types of the bean. the org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest#testBeanAttributesForManagedBeanWithModifiedAnnotatedType expects the specified type and Object but also the type of the annotated class (Mountain).
i’ve created CDITCK-449 and shipped a pull request so we can exclude this test. lg reini
