Skip broadcast

This commit is contained in:
Diego Mello 2023-03-03 13:53:54 -03:00
parent 5d97979ec3
commit a16769ddce
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import {
import { createRandomUser, ITestUser } from '../../helpers/data_setup';
import random from '../../helpers/random';
describe('Broadcast room', () => {
describe.skip('Broadcast room', () => {
let textMatcher: TTextMatcher;
let user: ITestUser;
let otherUser: ITestUser;