LiveCode BuilderStatementsUnitTestSkipDescriptionOn this pageUnitTestSkipDescription Type statement Summary Record a skipped test with a description Syntax skip test <Description> Description Record that a test was skipped. The Description string is a short message that summarises the test that was skipped. Examples skip test "open web socket"