You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2018/10/02 10:14:26 UTC

tomee git commit: Removed optional JWT EE integration tests, since implementation is not complete.

Repository: tomee
Updated Branches:
  refs/heads/master 1abc5237f -> 57084e952


Removed optional JWT EE integration tests, since implementation is not complete.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/57084e95
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/57084e95
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/57084e95

Branch: refs/heads/master
Commit: 57084e952dce12fd81064372273022b047fd4272
Parents: 1abc523
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Tue Oct 2 10:59:35 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Oct 2 10:59:35 2018 +0100

----------------------------------------------------------------------
 .../jwt/src/test/resources/dev.xml              | 32 --------------------
 1 file changed, 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/57084e95/tck/microprofile-tck/jwt/src/test/resources/dev.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/jwt/src/test/resources/dev.xml b/tck/microprofile-tck/jwt/src/test/resources/dev.xml
index 00741d1..4c9bd04 100644
--- a/tck/microprofile-tck/jwt/src/test/resources/dev.xml
+++ b/tck/microprofile-tck/jwt/src/test/resources/dev.xml
@@ -58,36 +58,4 @@
       -->
     </classes>
   </test>
-
-  <test name="extended-tests" verbose="10">
-    <groups>
-      <define name="extended-groups">
-        <include name="arquillian" description="Arquillian internal"/>
-        <include name="ejb-optional" description="EJB container integration tests"/>
-        <include name="jacc-optional" description="JACC API integration tests"/>
-        <include name="servlet-optional" description="Servlet container integration tests"/>
-        <include name="ee-security-optional" description="Java EE security feature tests"/>
-      </define>
-      <define name="excludes">
-        <include name="debug" description="Internal debugging tests" />
-      </define>
-      <run>
-        <include name="extended-groups" />
-        <exclude name="excludes" />
-      </run>
-    </groups>
-    <classes>
-      <class name="org.eclipse.microprofile.jwt.tck.container.ejb.EjbTest" >
-        <methods>
-          <!-- Excluded cause we never really enforce ACC context for EJB Calls in TomEE -->
-          <exclude name="getSubjectClass"/>
-        </methods>
-      </class>
-
-      <class name="org.eclipse.microprofile.jwt.tck.container.servlet.ServletTest" />
-      <class name="org.eclipse.microprofile.jwt.tck.container.jacc.SubjectTest" />
-      <!--
-      -->
-    </classes>
-  </test>
 </suite>