This commit is contained in:
Boki 2025-06-25 10:47:00 -04:00
parent 54f37f9521
commit 3a7254708e
19 changed files with 1560 additions and 1237 deletions

View file

@ -172,9 +172,9 @@ describe('Shutdown', () => {
});
// Skip forceShutdown test as it's not implemented in current shutdown
describe.skip('forceShutdown', () => {
it('should exit process after timeout', async () => {
// Skipped
});
});
// describe.skip('forceShutdown', () => {
// it('should exit process after timeout', async () => {
// // Skipped
// });
// });
});