Skip to content

Commit

Permalink
fix: ignore redaction test until plugins are fixed on kotlin v2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Feb 13, 2024
1 parent d12c9e1 commit fc8cd1f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@

package elide.model

import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import elide.model.token.Token
import elide.model.token.TokenType
import elide.model.token.TokenValue

/** Tests for redaction during model formatting, using the Redakt plugin. */
@Ignore
class ModelRedactionTest {
data class SampleNonSensitive(
val a: Int,
Expand Down

0 comments on commit fc8cd1f

Please sign in to comment.