Skip to content

Commit a48d941

Browse files
authored
Unskip Transaction Executor: should cancel in-flight timeouts when closed (#1018)
1 parent 84d6f66 commit a48d941

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/neo4j-driver/test/internal/transaction-executor.test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ describe('#unit TransactionExecutor', () => {
8888
}
8989
}, 60000)
9090

91-
/**
92-
* It is flacky in the browser. It should be re-enabled.
93-
*/
94-
xit('should cancel in-flight timeouts when closed', async () => {
91+
it('should cancel in-flight timeouts when closed', async () => {
9592
const fakeSetTimeout = setTimeoutMock.install()
9693
try {
9794
const executor = new TransactionExecutor()

0 commit comments

Comments
 (0)