File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type { MatrixClient } from "matrix-js-sdk/src/matrix";
2020import  type  {  VerificationRequest ,  Verifier  }  from  "matrix-js-sdk/src/crypto-api" ; 
2121import  {  CypressBot  }  from  "../../support/bot" ; 
2222import  {  HomeserverInstance  }  from  "../../plugins/utils/homeserver" ; 
23- import  {  emitPromise  }  from  "../../support/util" ; 
23+ import  {  emitPromise ,   skipIfRustCrypto  }  from  "../../support/util" ; 
2424import  { 
2525 checkDeviceIsConnectedKeyBackup , 
2626 checkDeviceIsCrossSigned , 
@@ -123,6 +123,7 @@ describe("Device verification", () => {
123123 } ) ; 
124124
125125 it ( "Verify device during login with QR code" ,  ( )  =>  { 
126+  skipIfRustCrypto ( ) ;  // https://github.com/vector-im/element-web/issues/26293 
126127 logIntoElement ( homeserver . baseUrl ,  aliceBotClient . getUserId ( ) ,  aliceBotClient . __cypress_password ) ; 
127128
128129 // Launch the verification request between alice and the bot 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments