skip 2 more flakey complement tests still

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-04 11:17:13 -04:00
parent 9a0ffd55da
commit 229f2fde7a
2 changed files with 1 additions and 18 deletions

View file

@ -21,7 +21,7 @@ OCI_IMAGE="complement-conduit:main"
# Complement itself induced based on various open issues)
#
# According to Go docs, these are separated by forward slashes and not pipes (why)
SKIPPED_COMPLEMENT_TESTS='-skip=TestClientSpacesSummary.*'
SKIPPED_COMPLEMENT_TESTS='-skip=TestClientSpacesSummary.*|TestJoinFederatedRoomFromApplicationServiceBridgeUser.*|TestJumpToDateEndpoint.*'
toplevel="$(git rev-parse --show-toplevel)"