Skip to content

Commit 0e1a6a9

Browse files
authored
chore(tests): remove keytar reminder (#5821)
chore(tests): remove keytar warning
1 parent 9083080 commit 0e1a6a9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

packages/connection-storage/src/compass-main-connection-storage.spec.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,6 @@ describe('ConnectionStorage', function () {
8787
Sinon.restore();
8888
});
8989

90-
it('reminds us to remove keytar in', function () {
91-
const testDate = new Date('2023-11-17T00:00:00.000Z');
92-
93-
const endOfKeytarDate = new Date(testDate);
94-
endOfKeytarDate.setMonth(endOfKeytarDate.getMonth() + 6);
95-
96-
// Based on milestone #2 of Move from keytar to Electron safeStorage,
97-
// we should remove keytar in 3 months from now. And as such, we are
98-
// intentionally failing this test to remind us to remove keytar.
99-
// If we want to continue using keytar for now, check with the product and
100-
// please update this test accordingly.
101-
expect(
102-
new Date(),
103-
'Expected to have keytar removed completely by now. If we want to continue using it for now, please update this test.'
104-
).to.be.lessThan(endOfKeytarDate);
105-
});
106-
10790
describe('migrateToSafeStorage', function () {
10891
let sandbox: Sinon.SinonSandbox;
10992
beforeEach(function () {

0 commit comments

Comments
 (0)