diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index f5bb29019..c3f7c27f3 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -74,6 +74,7 @@ var TestConfigurations = map[string]TestConfiguration{ "ballerina": { Command: "bal test", }, + // batch: batch test-runner disabled and focus solely on Windows. "bash": { Command: "bats {{test_files}}", },