Skip to content

Commit

Permalink
Merge pull request #762 from gabilang/temp-disable-complex-pkg-name-test
Browse files Browse the repository at this point in the history
Disable validateDockerImage test with complex package name temporarily
  • Loading branch information
xlight05 committed Jan 10, 2024
2 parents 2ba2f14 + a9f8d10 commit 3afe2dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void validateDockerfile() {
Assert.assertTrue(dockerFile.exists());
}

@Test
@Test(enabled = false)
public void validateDockerImage() {
List<String> ports = getExposedPorts(DOCKER_IMAGE);
Assert.assertEquals(ports.size(), 1);
Expand Down

0 comments on commit 3afe2dc

Please sign in to comment.