Hi;
When TCK is run in standalone method, it still runs EJB related tests, for example org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest, SingletonWithRequestScopeTest etc.
Is it possible to annotated those EJB related tests with @IntegrationTest annotation? Therefore it will not run in standalone mode with selector TestNG DisableIntegrationTestsMethodSelector.
Thanks;
--Gurkan