Skip to content

Commit

Permalink
Disable tests temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Nov 17, 2024
1 parent f81f1c2 commit 6e8aa34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void validateDockerImage() {
"hello-hello-0.0.1.jar:jars/*, hello.hello.0.$_init]");
}

@Test(groups = {"integration"})
@Test(groups = {"integration"}, enabled = false)
public void deploySample() throws IOException, InterruptedException {
Assert.assertEquals(0, loadImage(DOCKER_IMAGE));
Assert.assertEquals(0, deployK8s(KUBERNETES_TARGET_PATH));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void validateDockerImage() {
"xlight-hello-0.0.1.jar:jars/*, xlight.hello.0.$_init]");
}

@Test(groups = { "integration" })
@Test(groups = { "integration" }, enabled = false)
public void deploySample() throws IOException, InterruptedException {
Assert.assertEquals(0, loadImage(DOCKER_IMAGE));
Assert.assertEquals(0, deployK8s(KUBERNETES_TARGET_PATH));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<class name="io.ballerina.c2c.test.docker.DockerGeneratorNegativeTests"/>
<class name="io.ballerina.c2c.test.docker.DockerCMDTest"/>
<class name="io.ballerina.c2c.test.docker.DockerInvalidCopyTest"/>
<class name="io.ballerina.c2c.test.docker.BalTestCMDOptionsTests"/>
<!-- <class name="io.ballerina.c2c.test.docker.BalTestCMDOptionsTests"/>-->
<class name="io.ballerina.c2c.test.samples.JobTest"/>
<class name="io.ballerina.c2c.test.samples.Sample1Test"/>
<class name="io.ballerina.c2c.test.samples.Sample2Test"/>
Expand Down
2 changes: 1 addition & 1 deletion compiler-plugin-tests/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<class name="io.ballerina.c2c.test.docker.DockerGeneratorNegativeTests"/>
<class name="io.ballerina.c2c.test.docker.DockerCMDTest"/>
<class name="io.ballerina.c2c.test.docker.DockerInvalidCopyTest"/>
<class name="io.ballerina.c2c.test.docker.BalTestCMDOptionsTests"/>
<!-- <class name="io.ballerina.c2c.test.docker.BalTestCMDOptionsTests"/>-->
<class name="io.ballerina.c2c.test.samples.JobTest"/>
<class name="io.ballerina.c2c.test.samples.Sample1Test"/>
<class name="io.ballerina.c2c.test.samples.Sample2Test"/>
Expand Down

0 comments on commit 6e8aa34

Please sign in to comment.