mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

el_kaboing
20.10.2006 88d11df1388572c3c52041e1bf9fe37743bc0d96
Removed the backend test suite for now until I can debug an intermittent problem with the testNG framework hanging.

1 files modified
6 ■■■■■ changed files
opends/tests/integration-tests-testng/ext/testng/testng.xml 6 ●●●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/ext/testng/testng.xml
@@ -16,7 +16,6 @@
        <package name="org.opends.server.integration.core"/>
        <package name="org.opends.server.integration.frontend"/>
        <package name="org.opends.server.integration.schema"/>
        <package name="org.opends.server.integration.backend"/>
    </packages>
    
    <test name="precommit">
@@ -36,7 +35,6 @@
                  <include name="core"/>
                  <include name="frontend"/>
                  <include name="schema"/>
                  <include name="backend"/>
          </define>
          <define name="quickstart">
@@ -59,10 +57,6 @@
          <include name="schema"/>
          </define>
          <define name="backend">
          <include name="backend"/>
          </define>
          <run>
          <include name="all"/>
              </run>