Skip to content

Commit ba85711

Browse files
committed
Fix skipped test
1 parent a0d9c6b commit ba85711

File tree

1 file changed

+3
-1
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ const skippedTests = [
104104
'Needs to implement "domain_name_resolver_fn"',
105105
ifEndsWith(
106106
'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure',
107-
'_test_should_request_rt_from_all_initial_routers_until_successful'
107+
),
108+
ifEndsWith(
109+
'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'
108110
)
109111
),
110112
skip(

0 commit comments

Comments
 (0)