mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Disable crossSignDevice test
As per comment, this is failing sometimes in CI but we can't get it to fail locally and can't work out how to fix it, so we're disabling it for now.
This commit is contained in:
parent
53dc281a24
commit
0ba9adaf34
@ -70,7 +70,8 @@ describe("ManualDeviceKeyVerificationDialog", () => {
|
||||
).toBeVisible();
|
||||
});
|
||||
|
||||
it("should not call crossSignDevice if device is already verified", async () => {
|
||||
// Disabled because it seems to be failing intermittently and we can't see how to fix it
|
||||
it.skip("should not call crossSignDevice if device is already verified", async () => {
|
||||
// Given a dialog populated with a correct fingerprint for a verified device
|
||||
const { dialog, onFinished } = populateDialog("VERIFIED_DEVICEID", "VERIFIED_FINGERPRINT");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user