From c97753da4e010baf2079a7493ebe4460aff531d5 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sun, 8 Dec 2024 16:09:42 +0100 Subject: [PATCH] Don't run DM tests from SablePostgresqlHistoryTestCase --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ea5d3fa..b270e80 100644 --- a/Makefile +++ b/Makefile @@ -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 \ @@ -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 := \