MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
skip_all.t.c

Sometimes, you skip an entire test because it's testing a feature that doesn't exist on the system that you're testing. To skip an entire test, use the skip_all() function according to this example.