diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 49ca349425e..023e8ab6c6d 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -81,7 +81,7 @@ tests = [ ("Ice/services", ["once", "nomingw"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc100", "nomingw", "nomx"]), - ("IceBox/admin", ["core", "noipv6", "novc100", "nomingw", "nomx"]), + ("IceBox/admin", ["core", "noipv6", "novc100", "nomingw", "nomx", "noc++11"]), ("IceStorm/single", ["service", "novc100", "noappverifier", "nomingw", "noc++11"]), # This test doesn't work with appverifier ("IceStorm/federation", ["service", "novc100", "nomingw", "noc++11"]), ("IceStorm/federation2", ["service", "novc100", "nomingw", "noc++11"]), |