How to skip test

I am packaging 3.17.3 for Cygwin.
as during the tests one of them stacks and never completes

    Start 149: ExternalProject

how I can skip it to continue with the next ones ?

Thanks
Marco

Thanks for working on that package!

To skip that test, run the tests via ctest and add the -E "^ExternalProject$" option.

It is strange that the test hangs though. We have nightly testing on both 32-bit and 64-bit Cygwin and that test passes.