Skip to content

Commit 2ae612c

Browse files
authored
Makefile: Add selectors in preparation for Sable adding message-tags support (#264)
Some tests Sable would fail are currently disabled only because Sable does not support message-tags; but it probably will in the near future.
1 parent d908699 commit 2ae612c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,16 @@ LIMNORIA_SELECTORS := \
8383
(foo or not foo) \
8484
$(EXTRA_SELECTORS)
8585

86+
# Tests marked with arbitrary_client_tags or react_tag can't pass because Sable does not support client tags yet
87+
# Tests marked with private_chathistory can't pass because Sable does not implement CHATHISTORY for DMs
88+
8689
SABLE_SELECTORS := \
8790
not Ergo \
8891
and not deprecated \
8992
and not strict \
93+
and not arbitrary_client_tags \
94+
and not react_tag \
95+
and not private_chathistory \
9096
and not whowas and not list and not lusers and not userhost and not time and not info \
9197
$(EXTRA_SELECTORS)
9298

0 commit comments

Comments
 (0)