Skip to content

Commit 45fb2ba

Browse files
committed
o Removed IntegrationSuite cause it's not needed.
o activated test getTotalExecutorsShouldReturnZero().
1 parent 17fddde commit 45fb2ba

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

jenkins-client-it-docker/src/test/java/com/offbytwo/jenkins/integration/IntegrationSuite.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

jenkins-client-it-docker/src/test/java/com/offbytwo/jenkins/integration/NoExecutorStartedGetComputerSetIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void shouldGetNameOfMasterNode()
3333
assertThat( computers.get( 0 ).getDisplayName() ).isEqualTo( "master" );
3434
}
3535

36-
@Test( enabled = false, description = "Currently disabled until i have reconfigured the Docker configuration appropriately." )
36+
@Test
3737
public void getTotalExecutorsShouldReturnZero()
3838
{
3939
assertThat( computerSet.getTotalExecutors() ).isEqualTo( 0 );

0 commit comments

Comments
 (0)