Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/internal/node/direct.driver.boltkit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion test/internal/node/routing.driver.boltkit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down