diff --git a/test/internal/node/direct.driver.boltkit.test.js b/test/internal/node/direct.driver.boltkit.test.js index 016f8868f..cc48a2dcb 100644 --- a/test/internal/node/direct.driver.boltkit.test.js +++ b/test/internal/node/direct.driver.boltkit.test.js @@ -24,7 +24,7 @@ import { newError, error } from 'neo4j-driver-core' const { SERVICE_UNAVAILABLE } = error -describe('#stub-direct direct driver with stub server', () => { +xdescribe('#stub-direct direct driver with stub server', () => { describe('should run query', () => { async function verifyShouldRunQuery (version) { if (!boltStub.supported) { diff --git a/test/internal/node/routing.driver.boltkit.test.js b/test/internal/node/routing.driver.boltkit.test.js index 72d4fecb2..f5959fa66 100644 --- a/test/internal/node/routing.driver.boltkit.test.js +++ b/test/internal/node/routing.driver.boltkit.test.js @@ -30,7 +30,7 @@ const { const { SERVICE_UNAVAILABLE, SESSION_EXPIRED } = error -describe('#stub-routing routing driver with stub server', () => { +xdescribe('#stub-routing routing driver with stub server', () => { it('should use custom user agent', async () => { if (!boltStub.supported) { return