Skip to content

Commit a762856

Browse files
committed
Remove IT test which depends on a bolt version not supported by the current boltkit
1 parent 478f671 commit a762856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/neo4j-driver/test/internal/node/direct.driver.boltkit.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ describe('#stub-direct direct driver with stub server', () => {
182182
it('v3', () => verifySupportsUserImpersonation('v3', false), 60000)
183183
it('v4', () => verifySupportsUserImpersonation('v4', false), 60000)
184184
it('v4.2', () => verifySupportsUserImpersonation('v4.2', false), 60000)
185-
it('v4.4', () => verifySupportsUserImpersonation('v4.4', true), 60000)
186185
it('on error', async () => {
187186
const driver = boltStub.newDriver('bolt://127.0.0.1:9001')
188187

0 commit comments

Comments
 (0)