mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 09:20:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user