From d5f9b4dd21c09e62f1637cef825dbc5c45c45bab Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Tue, 22 Nov 2022 15:55:59 +0100 Subject: [PATCH] Unskip Transaction Executor: should cancel in-flight timeouts when closed --- .../neo4j-driver/test/internal/transaction-executor.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/neo4j-driver/test/internal/transaction-executor.test.js b/packages/neo4j-driver/test/internal/transaction-executor.test.js index adb6bc71c..13af353a1 100644 --- a/packages/neo4j-driver/test/internal/transaction-executor.test.js +++ b/packages/neo4j-driver/test/internal/transaction-executor.test.js @@ -88,10 +88,7 @@ describe('#unit TransactionExecutor', () => { } }, 60000) - /** - * It is flacky in the browser. It should be re-enabled. - */ - xit('should cancel in-flight timeouts when closed', async () => { + it('should cancel in-flight timeouts when closed', async () => { const fakeSetTimeout = setTimeoutMock.install() try { const executor = new TransactionExecutor()