Skip to content

Commit c97753d

Browse files
committed
Don't run DM tests from SablePostgresqlHistoryTestCase
1 parent 4cfb766 commit c97753d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ LIMNORIA_SELECTORS := \
127127
$(EXTRA_SELECTORS)
128128

129129
# 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
130131
SABLE_MARKERS := \
131132
(Sable or not implementation-specific) \
132133
and not deprecated \
@@ -136,6 +137,7 @@ SABLE_MARKERS := \
136137
$(EXTRA_MARKERS)
137138
SABLE_SELECTORS := \
138139
not list and not lusers and not time and not info \
140+
and not (SablePostgresqlHistoryTestCase and private_chathistory) \
139141
$(EXTRA_SELECTORS)
140142

141143
SOLANUM_MARKERS := \

0 commit comments

Comments
 (0)