0

How can I disable a functional test in intern other then using comments? We are using the Object Interface.

Kiechlus
  • 1,167
  • 12
  • 21

1 Answers1

1

I inside a test, this.skip().

That will skip the test with an optional message parameter.

erikdstock
  • 1,117
  • 9
  • 16