Skip to content

Commit

Permalink
Merge pull request #5911 from neilcsmith-net/gh4513
Browse files Browse the repository at this point in the history
Fix running and debugging single integration test (GH4513)
  • Loading branch information
neilcsmith-net authored May 3, 2023
2 parents b51686e + 9bc4c8d commit 59d48b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<properties>
<test>DummyToSkipUnitTests</test>
<failIfNoTests>false</failIfNoTests>
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
<it.test>${packageClassName}</it.test>
</properties>
</action>
Expand Down Expand Up @@ -209,6 +210,7 @@
<properties>
<test>DummyToSkipUnitTests</test>
<failIfNoTests>false</failIfNoTests>
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
<it.test>${packageClassName}</it.test>
<forkMode>once</forkMode>
<maven.failsafe.debug>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address}</maven.failsafe.debug>
Expand Down

0 comments on commit 59d48b8

Please sign in to comment.