summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index f3cc035666e..8441273fbc9 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -58,7 +58,7 @@ tests = [
("Ice/udp", ["core"]),
("Ice/defaultServant", ["core"]),
("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl
- ("IceBox/configuration", ["core", "noipv6"]),
+ ("IceBox/configuration", ["core", "noipv6", "noservices"]),
("Freeze/dbmap", ["once"]),
("Freeze/complex", ["once"]),
("Freeze/evictor", ["core"]),
@@ -72,14 +72,14 @@ tests = [
("FreezeScript/dbmap", ["once"]),
("FreezeScript/evictor", ["once"]),
("IceGrid/simple", ["service"]),
- ("IceGrid/deployer", ["service"]),
- ("IceGrid/session", ["service"]),
- ("IceGrid/update", ["service"]),
- ("IceGrid/activation", ["service"]),
- ("IceGrid/replicaGroup", ["service"]),
- ("IceGrid/replication", ["service"]),
- ("IceGrid/allocation", ["service"]),
- ("IceGrid/distribution", ["service"]),
+ ("IceGrid/deployer", ["service", "noservices"]),
+ ("IceGrid/session", ["service", "noservices"]),
+ ("IceGrid/update", ["service", "noservices"]),
+ ("IceGrid/activation", ["service", "noservices"]),
+ ("IceGrid/replicaGroup", ["service", "noservices"]),
+ ("IceGrid/replication", ["service", "noservices"]),
+ ("IceGrid/allocation", ["service", "noservices"]),
+ ("IceGrid/distribution", ["service", "noservices"]),
("IceGrid/admin", ["service"]),
("Glacier2/router", ["service"]),
("Glacier2/attack", ["service"]),