We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_should_use_resolver_during_rediscovery_when_existing_routers_fail
1 parent a6a2fda commit e8bddb7Copy full SHA for e8bddb7
packages/testkit-backend/src/skipped-tests/common.js
@@ -128,12 +128,6 @@ const skippedTests = [
128
'Driver is executing the second tx for the same session in a diferent server',
129
ifEndsWith('test_should_pass_bookmark_from_tx_to_tx_using_tx_run')
130
),
131
- skip(
132
- 'Driver resolves the address during the record fetch',
133
- ifEndsWith(
134
- 'test_should_use_resolver_during_rediscovery_when_existing_routers_fail'
135
- )
136
- ),
137
skip(
138
'Needs to implement "domain_name_resolver_fn"',
139
ifEndsWith(
0 commit comments