Skip to content

Commit

Permalink
Ignore haste client test
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 17, 2024
1 parent 6e32fac commit 9953b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/haste-client/src/test/kotlin/HasteTest.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import dev.schlaubi.mikbot.haste.HasteClient
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals

@Ignore
internal class HasteTest {
@OptIn(ExperimentalCoroutinesApi::class)
@Test
Expand Down

0 comments on commit 9953b46

Please sign in to comment.