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.
This commit is contained in:
Matthew Hodgson
2026-08-07 14:14:19 +03:00
parent b7f3b88a6b
commit fe471dfcbf
+4 -1
View File
@@ -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