diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-13 15:54:20 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-13 15:54:20 +0200 |
commit | 95554430d8a9f6d85c0ef10d77980cd2fe563444 (patch) | |
tree | ec1b405f55c00efee8b6571881f1ad2ce330d7ea /cpp/allTests.py | |
parent | Added Ice/metrics test (diff) | |
download | ice-95554430d8a9f6d85c0ef10d77980cd2fe563444.tar.bz2 ice-95554430d8a9f6d85c0ef10d77980cd2fe563444.tar.xz ice-95554430d8a9f6d85c0ef10d77980cd2fe563444.zip |
Fixed IceGrid issue caused by skype_props merge
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 ffee2ff94e1..b6005de2644 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -77,7 +77,7 @@ tests = [ ("Freeze/complex", ["once", "novc6", "nomingw"]), ("Freeze/evictor", ["core", "novc6", "nomingw"]), ("Freeze/fileLock", ["core", "novc6", "nomingw"]), - ("IceStorm/single", ["service", "novc6", "noappverifier", "nomingw"]), # This test doensn't work with appverifier is sensitive to timeouts. + ("IceStorm/single", ["service", "novc6", "noappverifier", "nomingw"]), # This test doesn't work with appverifier is sensitive to timeouts. ("IceStorm/federation", ["service", "novc6", "nomingw"]), ("IceStorm/federation2", ["service", "novc6", "nomingw"]), ("IceStorm/stress", ["service", "stress", "novc6", "noappverifier", "nomingw"]), # This test is very slow with appverifier. |