mirror of
https://github.com/square/okhttp.git
synced 2025-07-29 17:41:17 +03:00
Launcher for quick tests (#6437)
This commit is contained in:
@ -36,6 +36,7 @@ import okhttp3.testing.PlatformRule;
|
||||
import okio.Buffer;
|
||||
import okio.ByteString;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Tag;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.junit.jupiter.api.extension.RegisterExtension;
|
||||
@ -46,6 +47,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.junit.jupiter.api.Assertions.fail;
|
||||
|
||||
@ExtendWith(MockWebServerExtension.class)
|
||||
@Tag("Slowish")
|
||||
public class DnsOverHttpsTest {
|
||||
@RegisterExtension public final PlatformRule platform = new PlatformRule();
|
||||
|
||||
|
Reference in New Issue
Block a user