Test-it - Configuration Considerations
The Test-it feature is useful when performing tests on sites with very large ACLs. The most common use-case of using Test-it, however, is to test the conversion process. Thus, there is no need to generate the ACL. Oftentimes the generations of ACLs, when testing conversion, only slows down your tests and adds lots of clutter to the test-it page for sites with large ACLs.
If you don't want ACLs to be generated as part of a Test-it, add the following to your <crawl-url>:
<curl-options> <curl-option name="enable-acl">false</curl-option> </curl-options>
For example, the following XML can be used to perform a test-it against a site collection without generating ACLs:
<crawl-url filter-url="http://ux-sp07.vm.vivisimo.com/" url="io-sp://ux-sp07.vm.vivisimo.com/site-collection/9f28eaa3-f20f-4f64-aefa-48149189d1bf" > <curl-options> <curl-option name="enable-acl">false</curl-option> </curl-options> </crawl-url>