Skip to content

Commit

Permalink
Ignore HttpsRepoResolveIntegrationTest for now
Browse files Browse the repository at this point in the history
We ran into https://bugs.openjdk.java.net/browse/JDK-8219658 when testing HTTPS with JDK 12.
Ignore it for now until the fix comes out.
  • Loading branch information
blindpirate committed Apr 3, 2019
1 parent f0c8724 commit 5cde1cf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ import org.gradle.integtests.fixtures.AbstractHttpDependencyResolutionTest
import org.gradle.integtests.fixtures.TestResources
import org.gradle.test.fixtures.keystore.TestKeyStore
import org.gradle.test.fixtures.server.http.AuthScheme
import org.gradle.util.Requires
import org.gradle.util.TestPrecondition
import org.junit.Rule
import spock.lang.Unroll

import static org.gradle.util.Matchers.containsText

// Remove when https://bugs.openjdk.java.net/browse/JDK-8219658 is fixed in JDK 12
@Requires(TestPrecondition.JDK11_OR_EARLIER)
abstract class AbstractHttpsRepoResolveIntegrationTest extends AbstractHttpDependencyResolutionTest {
@Rule TestResources resources = new TestResources(temporaryFolder)
TestKeyStore keyStore
Expand Down

0 comments on commit 5cde1cf

Please sign in to comment.