Test to see if skipping the previous test makes it pass

This commit is contained in:
David Baker 2025-11-04 14:24:18 +00:00
parent 53dc281a24
commit c14367478a

View File

@ -48,7 +48,7 @@ describe("ManualDeviceKeyVerificationDialog", () => {
});
});
it("should not call crossSignDevice if fingerprint is wrong", async () => {
it.skip("should not call crossSignDevice if fingerprint is wrong", async () => {
// Given a dialog populated with incorrect fingerprint
const { dialog, onFinished } = populateDialog("DEVICEID", "WRONG_FINGERPRINT");