diff options
Diffstat (limited to 'py/test/Ice/facets/Collocated.py')
-rwxr-xr-x | py/test/Ice/facets/Collocated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/facets/Collocated.py b/py/test/Ice/facets/Collocated.py index e14e3261f50..018e8a371f1 100755 --- a/py/test/Ice/facets/Collocated.py +++ b/py/test/Ice/facets/Collocated.py @@ -25,7 +25,7 @@ def run(args, communicator): h = TestI.HI(communicator) adapter.addFacet(h, communicator.stringToIdentity("d"), "facetGH") - adapter.activate() + #adapter.activate() // Don't activate OA to ensure collocation is used. AllTests.allTests(communicator) |