mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Try disabling cache
This commit is contained in:
parent
c14367478a
commit
0711f6a8f7
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
--ci \
|
||||
--max-workers ${{ steps.cpu-cores.outputs.count }} \
|
||||
--shard ${{ matrix.runner }}/${{ strategy.job-total }} \
|
||||
--cacheDirectory /tmp/jest_cache
|
||||
--no-cache
|
||||
env:
|
||||
JEST_SONAR_UNIQUE_OUTPUT_NAME: true
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@ describe("ManualDeviceKeyVerificationDialog", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it.skip("should not call crossSignDevice if fingerprint is wrong", async () => {
|
||||
it("should not call crossSignDevice if fingerprint is wrong", async () => {
|
||||
// Given a dialog populated with incorrect fingerprint
|
||||
const { dialog, onFinished } = populateDialog("DEVICEID", "WRONG_FINGERPRINT");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user