How can I disable a functional test in intern other then using comments? We are using the Object Interface.
Asked
Active
Viewed 41 times
1 Answers
1
I inside a test, this.skip().
That will skip the test with an optional message parameter.

erikdstock
- 1,117
- 9
- 16