Fix daily build failures (#6510)
This commit is contained in:
parent
59cb9ca0df
commit
2863293f26
|
@ -13,7 +13,7 @@ muzzle {
|
||||||
// which (also obviously) does not exist
|
// which (also obviously) does not exist
|
||||||
skip("3.1.15", "3.3.6")
|
skip("3.1.15", "3.3.6")
|
||||||
// these versions pass if you add the grails maven repository (https://repo.grails.org/artifactory/core)
|
// these versions pass if you add the grails maven repository (https://repo.grails.org/artifactory/core)
|
||||||
skip("3.2.0", "3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.10", "3.3.13", "3.3.14", "3.3.15", "4.0.0", "4.0.1", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13")
|
skip("3.2.0", "3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.10", "3.3.13", "3.3.14", "3.3.15", "3.3.16", "4.0.0", "4.0.1", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13")
|
||||||
assertInverse.set(true)
|
assertInverse.set(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,7 @@ public class OkHttp3Test extends AbstractOkHttp3Test {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@SuppressWarnings("PreferJavaTimeOverload")
|
||||||
void reusedBuilderHasOneInterceptor() {
|
void reusedBuilderHasOneInterceptor() {
|
||||||
OkHttpClient.Builder builder =
|
OkHttpClient.Builder builder =
|
||||||
new OkHttpClient.Builder()
|
new OkHttpClient.Builder()
|
||||||
|
|
Loading…
Reference in New Issue