| '''Summary'''
|If a function is decorated with this annotation, it will be evaluated '''after all''' XQUnit tests in the current module.
|}
==%xqunit:ignore==
{| width='100%'
|-
| width='90' | '''Syntax'''
|{{Code|%xqunit:ignore}}<br/>{{Code|%xqunit:ignore("message")}}
|-
| '''Summary'''
|If a function is decorated with this annotation, it will temporarily be ignored by the test suite runner.
|}