You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explain_todo metadata to skip specific statement tests
Add support for explain_todo in metadata.json to skip individual
statement subtests. This allows marking specific statements as
pending without skipping the entire test case.
Usage in metadata.json:
{"explain_todo": {"stmt2": true, "stmt5": true}}
This skips stmt2 and stmt5 subtests while running all other statements.
0 commit comments