skip broken analytics tests (#11144)
This commit is contained in:
parent
0d83a38a3e
commit
83ee1946ea
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ function rejectToast(expectedTitle: string): void {
|
|||
});
|
||||
}
|
||||
|
||||
describe("Analytics Toast", () => {
|
||||
describe.skip("Analytics Toast", () => {
|
||||
let homeserver: HomeserverInstance;
|
||||
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue