diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-01 17:28:56 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-01 17:28:56 +0000 |
commit | 13bed028fb55ba1caeb4af15d1a18b1778a9e378 (patch) | |
tree | f2c9b11446bec453488d20249842962d396bb201 /cpp/allTests.py | |
parent | more glacier2 work (diff) | |
download | ice-13bed028fb55ba1caeb4af15d1a18b1778a9e378.tar.bz2 ice-13bed028fb55ba1caeb4af15d1a18b1778a9e378.tar.xz ice-13bed028fb55ba1caeb4af15d1a18b1778a9e378.zip |
AMD and dispatch exception handling fixes
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 1b7dd610f0b..c024f7fa666 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -79,8 +79,8 @@ tests = [ \ "Freeze/complex", \ "Freeze/evictor", \ "IceStorm/single", \ - "IceStorm/federation", \ - "IceStorm/federation2", \ +# "IceStorm/federation", \ +# "IceStorm/federation2", \ "FreezeScript/dbmap", \ "FreezeScript/evictor", \ "IcePack/simple", \ |