Skip to content

Commit c21ff24

Browse files
committed
Comment out body of testExcludedRegionMultiCommit unit test.
This test depends on functionality that has been reverted in the previous commit.
1 parent 52d75b9 commit c21ff24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/hudson/plugins/git/GitSCMTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void testBasicExcludedRegion() throws Exception {
9191
}
9292

9393
@Bug(value = 8342)
94-
public void testExcludedRegionMultiCommit() throws Exception {
94+
public void testExcludedRegionMultiCommit() throws Exception {/*
9595
// Got 2 projects, each one should only build if changes in its own file
9696
FreeStyleProject clientProject = setupProject("master", false, null, ".*serverFile", null);
9797
FreeStyleProject serverProject = setupProject("master", false, null, ".*clientFile", null);
@@ -115,7 +115,7 @@ public void testExcludedRegionMultiCommit() throws Exception {
115115
116116
assertTrue("scm polling did not detect changes in client project", clientProject.poll(listener).hasChanges());
117117
assertTrue("scm polling did not detect changes in server project", serverProject.poll(listener).hasChanges());
118-
}
118+
*/}
119119

120120
public void testBasicExcludedUser() throws Exception {
121121
FreeStyleProject project = setupProject("master", false, null, null, "Jane Doe");

0 commit comments

Comments
 (0)