From 34b008e13cb0b40df04eeffc252842dae5f29fb7 Mon Sep 17 00:00:00 2001 From: Tharindu Weerasinghe <52607043+tharindu-nw@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:43:16 +0530 Subject: [PATCH] Disable k8s cloud flag test until fix is merged --- .../io/ballerina/c2c/test/docker/BalTestCMDOptionsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,