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:
David Baker 2025-11-04 15:55:35 +00:00
parent 53dc281a24
commit 0ba9adaf34

View File

@ -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");