We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79b0f5 commit 6c271a9Copy full SHA for 6c271a9
e2e/node/basic/queryExpiry.test.ts
@@ -374,7 +374,7 @@ describe('queryExpiry', () => {
374
expect(mockReplica.getV3QuerySpy(canisterId.toString())).toHaveBeenCalledTimes(1);
375
});
376
377
- it.only('should succeed if clock is drifted by more than 5 minutes in the future without syncing it', async () => {
+ it('should succeed if clock is drifted by more than 5 minutes in the future without syncing it', async () => {
378
const timeDiffMsecs = 6 * MINUTE_TO_MSECS;
379
const replicaDate = new Date(now.getTime() + timeDiffMsecs);
380
0 commit comments