We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287531a commit d0ce64bCopy full SHA for d0ce64b
client/src/commonTest/kotlin/suite/TestSuiteAnswers.kt
@@ -7,9 +7,11 @@ import com.algolia.search.model.IndexName
7
import com.algolia.search.model.search.AnswersQuery
8
import com.algolia.search.model.search.Language
9
import kotlinx.coroutines.test.runTest
10
+import kotlin.test.Ignore
11
import kotlin.test.Test
12
import kotlin.test.assertFalse
13
14
+@Ignore
15
internal class TestSuiteAnswers {
16
17
private val indexName = IndexName("ted")
0 commit comments