diff options
author | Jose <jose@zeroc.com> | 2014-11-25 19:12:55 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-25 19:12:55 +0100 |
commit | ee6c89bb5a553e7d36c7e7db069590c345e37378 (patch) | |
tree | b540414a966cb035b63ce8b814f180f6fd14aaf0 /cpp/allTests.py | |
parent | ICE-5982 IceStorm/single failure (diff) | |
download | ice-ee6c89bb5a553e7d36c7e7db069590c345e37378.tar.bz2 ice-ee6c89bb5a553e7d36c7e7db069590c345e37378.tar.xz ice-ee6c89bb5a553e7d36c7e7db069590c345e37378.zip |
Appverifier support updates
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 accb4daced1..85fc2847220 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -86,7 +86,7 @@ tests = [ ("IceStorm/single", ["service", "novc100", "noappverifier", "nomingw"]), # This test doesn't work with appverifier ("IceStorm/federation", ["service", "novc100", "nomingw"]), ("IceStorm/federation2", ["service", "novc100", "nomingw"]), - ("IceStorm/stress", ["service", "stress", "novc100", "noappverifier", "nomingw"]), # Too slow with appverifier. + ("IceStorm/stress", ["service", "stress", "novc100", "nomingw"]), # Too slow with appverifier. ("IceStorm/rep1", ["service", "novc100", "nomingw"]), ("IceStorm/repgrid", ["service", "novc100", "nomingw"]), ("IceStorm/repstress", ["service", "noipv6", "stress", "novc100", "nomingw"]), |