excludeTags

open fun excludeTags(excludeTags: Array<String>): JUnitPlatformOptions

The set of tags to exclude.

See also

<a href="https://junit.org/junit5/docs/current/user-guide/#writing-tests-tagging-and-filtering">Tagging and Filtering</a>

@get:Input
open var excludeTags: Set<String>