in reply to Removing a test script from perl source
Hi syphilis, is there an environment variable set when running under 'make test'? If there is you could use that to control a skip_all directive in the test file. (Assumes that make test uses the Test::More harness).
I have used this technique to skip tests requiring external resources when running under CI. Perhaps it contains a clue.
|
|---|