Skip to content

Commit

Permalink
Disable real dictionary test
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 1, 2024
1 parent 370e14d commit 3de0e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/kotlin/RealDictionaryTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import org.http4k.client.OkHttp
import org.http4k.core.Uri
import org.http4k.core.then
import org.http4k.filter.ClientFilters
import org.junit.jupiter.api.Disabled

@Disabled
class RealDictionaryTest : DictionaryContract() {
override val http = ClientFilters.SetBaseUriFrom(Uri.of("http://api.dictionary.com:10000")).then(OkHttp())
}

0 comments on commit 3de0e6b

Please sign in to comment.