Skip to content

Commit

Permalink
Don't run DM tests from SablePostgresqlHistoryTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Dec 8, 2024
1 parent 4cfb766 commit c97753d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ LIMNORIA_SELECTORS := \
$(EXTRA_SELECTORS)

# Tests marked with arbitrary_client_tags or react_tag can't pass because Sable does not support client tags yet
# 'SablePostgresqlHistoryTestCase and private_chathistory' disabled because Sable does not (yet?) persist private messages to postgresql
SABLE_MARKERS := \
(Sable or not implementation-specific) \
and not deprecated \
Expand All @@ -136,6 +137,7 @@ SABLE_MARKERS := \
$(EXTRA_MARKERS)
SABLE_SELECTORS := \
not list and not lusers and not time and not info \
and not (SablePostgresqlHistoryTestCase and private_chathistory) \
$(EXTRA_SELECTORS)

SOLANUM_MARKERS := \
Expand Down

0 comments on commit c97753d

Please sign in to comment.