← Docs
kotlin.test / kotlin.test / Ignore

Ignore

Common
JS
Native
1.0
@Target ( [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION] ) annotation class Ignore
(Common source) (JS source) (Native source)
JUnit
1.0
typealias Ignore = Ignore
(source)
JUnit5
1.0
typealias Ignore = Disabled
(source)
TestNG
1.0
typealias Ignore = Ignore
(source)

Marks a test or a suite as ignored.

Constructors

Common
JS
Native
1.0

<init>

Marks a test or a suite as ignored.

<init> ( )
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .