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 41286b0ddef..0c738e2d25a 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -68,6 +68,7 @@ tests = [ ("Ice/hash", ["once"]), ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), + ("Ice/metrics", ["core", "nossl", "noipv6"]), ("IceBox/admin", ["core", "noipv6"]), ("IceBox/configuration", ["core", "noipv6"]), ("Freeze/dbmap", ["once"]), |