diff --git a/compiler-plugin-tests/src/test/java/io/ballerina/c2c/test/docker/BalTestCMDOptionsTests.java b/compiler-plugin-tests/src/test/java/io/ballerina/c2c/test/docker/BalTestCMDOptionsTests.java index d05dac7f..76b114c9 100644 --- a/compiler-plugin-tests/src/test/java/io/ballerina/c2c/test/docker/BalTestCMDOptionsTests.java +++ b/compiler-plugin-tests/src/test/java/io/ballerina/c2c/test/docker/BalTestCMDOptionsTests.java @@ -46,7 +46,7 @@ public void testCloudFlagWithNoValue() throws IOException, InterruptedException Assert.assertTrue(actualOutcome.contains("Run 'bal help' for usage.")); } - @Test + @Test(enabled = false) public void testCloudFlagWithK8s() throws IOException, InterruptedException { Path projectDir = SOURCE_DIR_PATH.resolve("cloud-flag-k8s"); String actualOutcome = KubernetesTestUtils.compileBallerinaProjectTests(projectDir,