Skip to content

Commit e8bddb7

Browse files
authored
Unskip tests ended with test_should_use_resolver_during_rediscovery_when_existing_routers_fail (#1120)
The testkit-backend and driver are now complient with the test.
1 parent a6a2fda commit e8bddb7

File tree

1 file changed

+0
-6
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+0
-6
lines changed

packages/testkit-backend/src/skipped-tests/common.js

-6
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ const skippedTests = [
128128
'Driver is executing the second tx for the same session in a diferent server',
129129
ifEndsWith('test_should_pass_bookmark_from_tx_to_tx_using_tx_run')
130130
),
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-
),
137131
skip(
138132
'Needs to implement "domain_name_resolver_fn"',
139133
ifEndsWith(

0 commit comments

Comments
 (0)