File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/test/java/com/github/dockerjava Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 388388 <version >${maven-surefire-plugin.version} </version >
389389 <configuration >
390390 <excludedGroups >integration</excludedGroups >
391+ <excludedGroups >integration-auth</excludedGroups >
391392 </configuration >
392393 </plugin >
393394
403404 </goals >
404405 <configuration >
405406 <groups >integration</groups >
406- <!-- <excludedGroups>ignoreInCircleCi </excludedGroups> -- >
407+ <excludedGroups >integration-auth </excludedGroups >
407408 <includes >
408409 <include >**/*Test.java</include >
409410 </includes >
Original file line number Diff line number Diff line change 1919import com .github .dockerjava .api .command .CreateContainerResponse ;
2020import com .github .dockerjava .client .AbstractDockerClientTest ;
2121
22- @ Test (groups = "integration" )
22+ @ Test (groups = "integration-auth " )
2323public class PushImageCmdImplTest extends AbstractDockerClientTest {
2424
2525 public static final Logger LOG = LoggerFactory .getLogger (PushImageCmdImplTest .class );
Original file line number Diff line number Diff line change 2121import com .github .dockerjava .core .command .PushImageResultCallback ;
2222import com .github .dockerjava .netty .AbstractNettyDockerClientTest ;
2323
24- @ Test (groups = "integration" )
24+ @ Test (groups = "integration-auth " )
2525public class PushImageCmdExecTest extends AbstractNettyDockerClientTest {
2626
2727 public static final Logger LOG = LoggerFactory .getLogger (PushImageCmdExecTest .class );
You can’t perform that action at this time.
0 commit comments