mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Add TODO
This commit is contained in:
parent
1f2d07b8c6
commit
b4a5b92396
|
|
@ -76,6 +76,8 @@ while read -r test_name; do
|
|||
fi
|
||||
done <<< "${passed_but_expected_fail}"
|
||||
|
||||
# TODO: Check that the same test doesn't exist in both the whitelist and blacklist
|
||||
|
||||
# Trim test output strings
|
||||
tests_to_add=$(echo -e $tests_to_add | xargs)
|
||||
already_in_whitelist=$(echo -e $already_in_whitelist | xargs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue