Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Jul 28, 2023
1 parent 4ca58ac commit 6b4d592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ballerina/tests/os_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ function testExecWithOutputStdErr() returns error? {
test:assertTrue(stdErrString.includes("hello world"));
}

@test:Config {}
@test:Config {
enable:false
}
function testExecWithEnvironmentVariable() returns error? {
Process process = check exec({value: bal_exec_path, arguments: ["run", "tests/resources/hello3.bal"]}, BAL_CONFIG_FILES = "tests/resources/config/Config.toml");
int exitCode = check process.waitForExit();
Expand Down

0 comments on commit 6b4d592

Please sign in to comment.