We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8449c23 commit 2521570Copy full SHA for 2521570
packages/testkit-backend/src/skipped-tests/common.js
@@ -80,7 +80,7 @@ const skippedTests = [
80
),
81
skip(
82
'Keeps retrying on commit despite connection being dropped',
83
- ifEquals('stub.retry.TestRetry.test_disconnect_on_commit')
+ ifEquals('stub.retry.test_retry.TestRetry.test_disconnect_on_commit')
84
85
86
'Wait clarification about verifyConnectivity behaviour when no reader connection is available',
0 commit comments