8000 Re-enable httpclient integration test run · hub4j/github-api@9f172d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f172d3

Browse files
committed
Re-enable httpclient integration test run
1 parent d7c8675 commit 9f172d3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,23 @@
608608
<argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=okhttp</argLine>
609609
</configuration>
610610
</execution>
611+
<execution>
612+
<id>httpclient-test</id>
613+
<phase>integration-test</phase>
614+
<goals>
615+
<goal>test</goal>
616+
</goals>
617+
<configuration>
618+
<classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory>
619+
<useSystemClassLoader>false</useSystemClassLoader>
620+
<excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
621+
<argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=httpclient</argLine>
622+
<!-- Run some test passes with trace logging turned on -->
623+
<systemPropertyVariables>
624+
<java.util.logging.config.file>src/test/resources/test-trace-logging.properties</java.util.logging.config.file>
625+
</systemPropertyVariables>
626+
</configuration>
627+
</execution>
611628
<execution>
612629
<id>slow-or-flaky-test</id>
613630
<phase>integration-test</phase>

0 commit comments

Comments
 (0)
0