Skip to content

Commit 59687ab

Browse files
committed
Add debug
1 parent 4d0343b commit 59687ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testkit-backend/src/request-handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export function SessionWriteTransaction (context, data, wire) {
335335
}
336336

337337
export function StartTest (context, { testName }, wire) {
338-
if (testName.endsWith('.test_disconnect_session_on_tx_pull_after_record')) {
338+
if (testName.endsWith('.test_disconnect_session_on_tx_pull_after_record') || testName.endsWith('test_should_reject_server_using_verify_connectivity_bolt_4x4')) {
339339
context.logLevel = 'debug'
340340
} else {
341341
context.logLevel = null

0 commit comments

Comments
 (0)