Skip to content

Commit

Permalink
Add capabilities to known test runner features to fix capabilities in…
Browse files Browse the repository at this point in the history
…tegration in YAML tests (#108789)

🤦 Annoying oversight, this enables capabilities in YAML tests
  • Loading branch information
mosche committed May 17, 2024
1 parent 298c649 commit befb6ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public final class Features {
"allowed_warnings",
"allowed_warnings_regex",
"close_to",
"is_after"
"is_after",
"capabilities"
);

private Features() {
Expand Down

0 comments on commit befb6ff

Please sign in to comment.