Update Sable and enable more test (#293)

This commit is contained in:
Stephen Bennett
2024-10-28 17:15:10 +00:00
committed by GitHub
parent c31aaf4d61
commit d090f5455e
4 changed files with 2 additions and 6 deletions

View File

@ -84,15 +84,12 @@ LIMNORIA_SELECTORS := \
$(EXTRA_SELECTORS)
# Tests marked with arbitrary_client_tags or react_tag can't pass because Sable does not support client tags yet
# Tests marked with private_chathistory can't pass because Sable does not implement CHATHISTORY for DMs
SABLE_SELECTORS := \
not Ergo \
and not deprecated \
and not strict \
and not arbitrary_client_tags \
and not react_tag \
and not private_chathistory \
and not list and not lusers and not time and not info \
$(EXTRA_SELECTORS)