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