File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const skippedTests = [
80
80
) ,
81
81
skip (
82
82
'Keeps retrying on commit despite connection being dropped' ,
83
- ifEquals ( 'stub.retry.TestRetry.test_disconnect_on_commit' )
83
+ ifEquals ( 'stub.retry.test_retry. TestRetry.test_disconnect_on_commit' )
84
84
) ,
85
85
skip (
86
86
'Wait clarification about verifyConnectivity behaviour when no reader connection is available' ,
@@ -134,7 +134,7 @@ const skippedTests = [
134
134
ifEquals (
135
135
'stub.iteration.test_result_list.TestResultList.test_tx_func_result_list_pulls_all_records_at_once_next_before_list'
136
136
) ,
137
- ifEquals (
137
+ ifEquals ( test_disconnect_on_commit
138
138
'stub.iteration.test_result_list.TestResultList.test_session_run_result_list_pulls_all_records_at_once_next_before_list'
139
139
)
140
140
) ,
You can’t perform that action at this time.
0 commit comments