Skip to content
Snippets Groups Projects

docs: add note about the nixos service defaulting to sqlite

Merged Imported Import User requested to merge github/fork/tamara-schmitz/main into main
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -18,7 +18,7 @@ RESULTS_FILE="$3"
OCI_IMAGE="complement-conduwuit:main"
# Complement tests that are skipped due to flakiness/reliability issues
SKIPPED_COMPLEMENT_TESTS='-skip=TestClientSpacesSummary.*|TestJoinFederatedRoomFromApplicationServiceBridgeUser.*|TestJumpToDateEndpoint.*'
SKIPPED_COMPLEMENT_TESTS='-skip=TestClientSpacesSummary.*|TestJoinFederatedRoomFromApplicationServiceBridgeUser.*|TestJumpToDateEndpoint.*|TestUnbanViaInvite.*'
# $COMPLEMENT_SRC needs to be a directory to Complement source code
if [ -f "$COMPLEMENT_SRC" ]; then
Loading