Disable verification test for Element-R (#11046)

We haven't implemented this yet!
pull/28217/head
Richard van der Hoff 2023-06-06 08:50:30 +01:00 committed by GitHub
parent 68a1721b8d
commit 7d36c8315b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ describe("Verify own device", () => {
let homeserver: HomeserverInstance;
beforeEach(() => {
skipIfRustCrypto();
cy.startHomeserver("default").then((data: HomeserverInstance) => {
homeserver = data;