Renderingla

omitte

Marks a test case as skipped with a reason.

Aliases: skip

Syntax: proba <name> omitte <reason> <block>

Category

testing

Related

Examples

examples/corpus/omitte/omitte.fab (canonical · keyword)

Marks a test case as skipped with a reason.

# omitte — skipped test modifier
#
# GRAMMAR:
#   testModifier :← 'omitte' stringLit
#
# EXPECTED OUTPUT:
#   No incipit — declaration or test-runner surface only.
#
# BACKEND:
#   declaration-only test modifier (whitelist: omitte/omitte.fab).
#

proba "database connection" omitte "blocked" {
    adfirma falsum
}

Expected output: