We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776fc0d commit 85183c9Copy full SHA for 85183c9
ee/packages/federation-matrix/tests/end-to-end/room.spec.ts
@@ -400,7 +400,7 @@ import { SynapseClient } from '../helper/synapse-client';
400
});
401
402
403
- describe('Add 2 or more federated users in the creation modal', () => {
+ describe.skip('Add 2 or more federated users in the creation modal', () => {
404
const channelName = `federated-channel-multi-${Date.now()}`;
405
let federatedChannel: any;
406
0 commit comments