-1

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.

Kukeltje
  • 12,223
  • 4
  • 24
  • 47
user518066
  • 1,277
  • 3
  • 23
  • 35

1 Answers1

0

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

user518066
  • 1,277
  • 3
  • 23
  • 35