diff --git a/packages/neo4j-driver/test/internal/transaction-executor.test.js b/packages/neo4j-driver/test/internal/transaction-executor.test.js index 75e7136fe..1d4b0ea2c 100644 --- a/packages/neo4j-driver/test/internal/transaction-executor.test.js +++ b/packages/neo4j-driver/test/internal/transaction-executor.test.js @@ -89,7 +89,10 @@ describe('#integration TransactionExecutor', () => { } }, 60000) - it('should cancel in-flight timeouts when closed', async () => { + /** + * It is flacky in the browser. It should be re-enabled. + */ + xit('should cancel in-flight timeouts when closed', async () => { const fakeSetTimeout = setTimeoutMock.install() try { const executor = new TransactionExecutor()