Search code examples
internleadfoot

Intern: Is it possible to mark a test as pending / disable it?


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


Solution

  • I inside a test, this.skip().

    That will skip the test with an optional message parameter.