1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00

Refine doc and comments about android test (#7694)

This commit is contained in:
TangHuaiZhe
2023-02-14 16:26:50 +08:00
committed by GitHub
parent 64a9c8e4db
commit d7c3cedd67
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import org.opentest4j.TestAbortedException
/**
* Run with "./gradlew :android-test:connectedCheck" and make sure ANDROID_SDK_ROOT is set.
* Run with "./gradlew :android-test:connectedCheck -PandroidBuild=true" and make sure ANDROID_SDK_ROOT is set.
*/
@ExtendWith(MockWebServerExtension::class)
class AndroidAsyncDnsTest {