Skip to content

Commit

Permalink
[LC] Mute Light tests about repeatable annotation
Browse files Browse the repository at this point in the history
It isn't supported in Light classes, so we should mute it.
Quite similar change was done in 724194d
  • Loading branch information
erokhins authored and Space committed Nov 1, 2021
1 parent c591601 commit c9e7c5d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
package simple

@Repeatable
annotation class One(val value: String)
annotation class One(val value: String)
// SKIP_SANITY_TEST
// SKIP_IDE_TEST

0 comments on commit c9e7c5d

Please sign in to comment.