File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ const skippedTests = [
10
10
ifEquals ( 'stub.disconnects.test_disconnects.TestDisconnects.test_fail_on_reset' ) ,
11
11
ifEquals ( 'stub.tx_begin_parameters.test_tx_begin_parameters.TestTxBeginParameters.test_impersonation_fails_on_v4x3' ) ,
12
12
ifEquals ( 'stub.session_run_parameters.test_session_run_parameters.TestSessionRunParameters.test_impersonation_fails_on_v4x3' ) ,
13
- ifEquals ( 'stub.driver_parameters.test_liveness_check.TestLivenessCheck.test_timeout_recv_timeout' )
13
+ ifEquals ( 'stub.driver_parameters.test_liveness_check.TestLivenessCheck.test_timeout_recv_timeout' ) ,
14
+ ifEquals ( 'stub.driver_parameters.test_liveness_check.TestLivenessCheckRouting.test_timeout_recv_timeout' )
14
15
) ,
15
16
skip (
16
17
'TLS Tests not implemented for browser' ,
You can’t perform that action at this time.
0 commit comments