From 52a3bdd859803b26a5ba65c4399ea7c5da140b2e Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Sun, 15 Sep 2024 00:05:57 -0700 Subject: [PATCH] Re-enable httpclient integration test run --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 10d17f74f..e923d0ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -596,6 +596,23 @@ maven-surefire-plugin + + java11-test + integration-test + + test + + + ${project.basedir}/target/${project.artifactId}-${project.version}.jar + false + src/test/resources/slow-or-flaky-tests.txt + @{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=httpclient + + + src/test/resources/test-trace-logging.properties + + + okhttp-test integration-test