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()