From fe471dfcbf5fd40dad91f294e5893c01d9d0e732 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 7 Aug 2026 14:14:19 +0300 Subject: [PATCH] XXX REVERT BEFORE MERGE: drop ./tests/msc4429 from complement runs complement main has no tests/msc4429 (matrix-org/complement#849 is unmerged), so since 19556 merged, every complement CI run on develop build-fails on the missing package (obscured by a gotestfmt panic on the mid-stream module downloads). Drop the package here so this PR's CI is meaningful; restore the line once complement#849 lands. --- scripts-dev/complement.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index d8e553f446..09c6ae2487 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -286,7 +286,10 @@ main() { ./tests/msc4155 ./tests/msc4306 ./tests/msc4222 - ./tests/msc4429 + # XXX REVERT BEFORE MERGE: ./tests/msc4429 doesn't exist on complement + # main yet (matrix-org/complement#849 unmerged), which build-fails every + # complement CI run on develop. Dropped here so this PR's CI can pass; + # restore once complement#849 lands. ) # Export the list of test packages as a space-separated environment variable, so other