Mark more tests as expect fail.

This commit is contained in:
Tom Alexander 2023-04-19 15:03:45 -04:00
parent 7ac0cee223
commit 821eacf161
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ fn is_expect_fail(name: &str) -> Option<&str> {
"element_container_priority_dynamic_block_dynamic_block" => Some("Keyword needs to be implemented."),
"element_container_priority_footnote_definition_dynamic_block" => Some("Keyword needs to be implemented."),
"element_container_priority_greater_block_dynamic_block" => Some("Keyword needs to be implemented."),
"element_container_priority_section_dynamic_block" => Some("Keyword needs to be implemented."),
"exit_matcher_investigation_table_list" => Some("Table needs to be implemented."),
"element_container_priority_readme" => Some("Table needs to be implemented."),
_ => None,
}
}