From d0692da27122c0e6441336d2fbadae23c0b5c85e Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 31 Jul 2007 19:59:16 +0000
Subject: [PATCH] disabled quicksetup tests that stop/start server as they are causing memory use problems with the test machines

---
 opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java
index 7547757..8a9b8db 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java
@@ -52,7 +52,7 @@
    * Tests ability to stop the server.
    * @throws ApplicationException
    */
-  @Test
+  @Test(enabled = false)
   public void testStopServer() throws ApplicationException {
     if (!status.isServerRunning()) {
       controller.startServer();
@@ -66,7 +66,7 @@
    * Tests ability to start the server.
    * @throws ApplicationException
    */
-  @Test
+  @Test(enabled = false)
   public void testStartServer() throws ApplicationException {
     if (status.isServerRunning()) {
       controller.stopServer();

--
Gitblit v1.10.0