Skip to content

Commit

Permalink
Don't ignore the GitClientTest integration test of [JENKINS-46054]
Browse files Browse the repository at this point in the history
The integration test is an end to end verification of the bug,
while the unit tests check more details of the specific parsing
problem that was the root of the bug.
  • Loading branch information
MarkEWaite committed Jan 25, 2018
1 parent 6929755 commit 88fa4fe
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -41,7 +41,6 @@

import static org.hamcrest.Matchers.*;
import org.junit.AfterClass;
import org.junit.Ignore;
import static org.junit.Assert.*;
import static org.junit.Assume.*;
import org.junit.Before;
Expand Down Expand Up @@ -1442,7 +1441,6 @@ public void testSubmodulesUsedFromOtherBranches() throws Exception {

@Issue("JENKINS-46054")
@Test
@Ignore
public void testSubmoduleUrlEndsWithDotUrl() throws Exception {
// Create a new repository that includes ".url" in directory name
File baseDir = tempFolder.newFolder();
Expand Down

0 comments on commit 88fa4fe

Please sign in to comment.