diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index 8b9a0509525..069c3e307a9 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -79,6 +79,7 @@ tests = [ ("Freeze/fileLock", ["once"]), ("Glacier2/router", ["service"]), ("Glacier2/sessionHelper", ["service", "nossl", "noipv6"]), + ("IceDiscovery/simple", ["service"]), ("IceGrid/simple", ["service"]), ("IceSSL/configuration", ["once"]) ] |