From 89e02c2d0a54486b425be95dae9a9707f6b1e19b Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Tue, 13 Apr 2021 11:49:48 +0200 Subject: [PATCH] Deactive stub tests since it was moved to testkit --- test/internal/node/direct.driver.boltkit.test.js | 2 +- test/internal/node/routing.driver.boltkit.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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