Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-17067] Removed tests on slave for story 6
  • Loading branch information
wolfgarnet committed Mar 12, 2013
1 parent 8439dc1 commit c3e085f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -64,7 +64,7 @@ public void story06_3() throws Exception {
run( null, dev1, null, ccenv.getUniqueName() + "_one_dev", null, true );
}

@Test
//@Test
@ClearCaseUniqueVobName( name = "dip4" )
@TestDescription( title = "Story 6", text = "New baseline on dev stream. Deliver in progress from another stream, different view", configurations = { "Force deliver = true", "Poll childs", "On slave" } )
public void story06_4() throws Exception {
Expand All @@ -74,7 +74,7 @@ public void story06_4() throws Exception {
run( dev1, dev2, ccenv.getUniqueName() + "_one_dev", ccenv.getUniqueName() + "_two_dev", slave, false );
}

@Test
//@Test
@ClearCaseUniqueVobName( name = "dip5" )
@TestDescription( title = "Story 6", text = "New baseline on dev stream. Deliver in progress from same stream, different view", configurations = { "Force deliver = true", "Poll childs", "On slave" } )
public void story06_5() throws Exception {
Expand All @@ -83,7 +83,7 @@ public void story06_5() throws Exception {
run( dev1, dev1, ccenv.getUniqueName() + "_one_dev", ccenv.getUniqueName() + "_one_dev", slave, false );
}

@Test
//@Test
@ClearCaseUniqueVobName( name = "dip6" )
@TestDescription( title = "Story 6", text = "New baseline on dev stream. Deliver in progress from previous build, different view", configurations = { "Force deliver = true", "Poll childs", "On slave" } )
public void story06_6() throws Exception {
Expand Down

0 comments on commit c3e085f

Please sign in to comment.