try adding back some skipped complement tests
Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4bdd0d77db
commit
cbf207bd1f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RESULTS_FILE="$3"
|
||||||
OCI_IMAGE="complement-conduwuit:main"
|
OCI_IMAGE="complement-conduwuit:main"
|
||||||
|
|
||||||
# Complement tests that are skipped due to flakiness/reliability issues
|
# Complement tests that are skipped due to flakiness/reliability issues
|
||||||
SKIPPED_COMPLEMENT_TESTS='-skip=TestClientSpacesSummary.*|TestJoinFederatedRoomFromApplicationServiceBridgeUser.*|TestJumpToDateEndpoint.*|TestUnbanViaInvite.*'
|
SKIPPED_COMPLEMENT_TESTS='-skip=TestPartialStateJoin.*'
|
||||||
|
|
||||||
# $COMPLEMENT_SRC needs to be a directory to Complement source code
|
# $COMPLEMENT_SRC needs to be a directory to Complement source code
|
||||||
if [ -f "$COMPLEMENT_SRC" ]; then
|
if [ -f "$COMPLEMENT_SRC" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue