Skip to content

Commit a94bbe7

Browse files
authored
Skip flaky test (#952)
1 parent 7377cc8 commit a94bbe7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ describe('#integration TransactionExecutor', () => {
8989
}
9090
}, 60000)
9191

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

0 commit comments

Comments
 (0)