Disable verification test for Element-R (#11046)

We haven't implemented this yet!
This commit is contained in:
Richard van der Hoff
2023-06-06 08:50:30 +01:00
committed by GitHub
parent 68a1721b8d
commit 7d36c8315b

View File

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