How to disable cactus test

65 Views Asked by At

Please advise how I can disable cactus tests. The test extends ServletTestCase. Is there any annotation or configuration that I can use?

Maven is still picking them up. They are old tests that need to be disabled.

Regards, B.

1

There are 1 best solutions below

0
On

I used the maven-surefire-plugin with the excludes option. This worked.