v1.8.10
  • Solutions
    • Multiplatform
    • Server-side
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
    • Playground
    • Hands-on
    • Examples
    • Koans
← 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
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license.
Supported and developed by JetBrains