We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfb766 commit c97753dCopy full SHA for c97753d
Makefile
@@ -127,6 +127,7 @@ LIMNORIA_SELECTORS := \
127
$(EXTRA_SELECTORS)
128
129
# Tests marked with arbitrary_client_tags or react_tag can't pass because Sable does not support client tags yet
130
+# 'SablePostgresqlHistoryTestCase and private_chathistory' disabled because Sable does not (yet?) persist private messages to postgresql
131
SABLE_MARKERS := \
132
(Sable or not implementation-specific) \
133
and not deprecated \
@@ -136,6 +137,7 @@ SABLE_MARKERS := \
136
137
$(EXTRA_MARKERS)
138
SABLE_SELECTORS := \
139
not list and not lusers and not time and not info \
140
+ and not (SablePostgresqlHistoryTestCase and private_chathistory) \
141
142
143
SOLANUM_MARKERS := \
0 commit comments