Skip to content

Commit

Permalink
chore(cts): ignore answers
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Oct 10, 2023
1 parent 287531a commit d0ce64b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/commonTest/kotlin/suite/TestSuiteAnswers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ import com.algolia.search.model.IndexName
import com.algolia.search.model.search.AnswersQuery
import com.algolia.search.model.search.Language
import kotlinx.coroutines.test.runTest
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertFalse

@Ignore
internal class TestSuiteAnswers {

private val indexName = IndexName("ted")
Expand Down

0 comments on commit d0ce64b

Please sign in to comment.