[Bug]: Disabling Tests with Dependencies Does Not Work #43767
Labels
Area/TestFramework
Team/DevTools
Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs )
Type/Bug
Description
When a test function has a dependency, the
disable-groups
flag does not disable the test with the provided group.Steps to Reproduce
Consider the following test:
When we run
bal test --disable-groups=group2
All the three tests are run because the
test3
depends ontest2
. Ideally it should not run thetest2
andtest3
.Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related area
-> Test Framework
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: