We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d908699 commit 2ae612cCopy full SHA for 2ae612c
Makefile
@@ -83,10 +83,16 @@ LIMNORIA_SELECTORS := \
83
(foo or not foo) \
84
$(EXTRA_SELECTORS)
85
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
+
89
SABLE_SELECTORS := \
90
not Ergo \
91
and not deprecated \
92
and not strict \
93
+ and not arbitrary_client_tags \
94
+ and not react_tag \
95
+ and not private_chathistory \
96
and not whowas and not list and not lusers and not userhost and not time and not info \
97
98
0 commit comments