Skip to content

Commit

Permalink
Fix org.apache.sshd.util.test.ContainerTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 25, 2024
1 parent 8ba097b commit 66f3344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sshd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>org.apache.sshd.util.test.ContainerTestCase</excludedGroups>
<excludedGroups>ContainerTestCase</excludedGroups>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion sshd-scp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>org.apache.sshd.util.test.ContainerTestCase</excludedGroups>
<excludedGroups>ContainerTestCase</excludedGroups>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 66f3344

Please sign in to comment.