Skip to content

Commit 1172140

Browse files
committed
Deactive stub tests since it was moved to testkit
1 parent 44d3331 commit 1172140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/internal/node/direct.driver.boltkit.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { newError, error } from 'neo4j-driver-core'
2424

2525
const { SERVICE_UNAVAILABLE } = error
2626

27-
describe('#stub-direct direct driver with stub server', () => {
27+
xdescribe('#stub-direct direct driver with stub server', () => {
2828
describe('should run query', () => {
2929
async function verifyShouldRunQuery (version) {
3030
if (!boltStub.supported) {

test/internal/node/routing.driver.boltkit.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const {
3030

3131
const { SERVICE_UNAVAILABLE, SESSION_EXPIRED } = error
3232

33-
describe('#stub-routing routing driver with stub server', () => {
33+
xdescribe('#stub-routing routing driver with stub server', () => {
3434
it('should use custom user agent', async () => {
3535
if (!boltStub.supported) {
3636
return

0 commit comments

Comments
 (0)