Skip to content

Commit a13f675

Browse files
committed
Fix skipped test
1 parent f66566c commit a13f675

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
@@ -112,7 +112,9 @@ const skippedTests = [
112112
'Needs to implement "domain_name_resolver_fn"',
113113
ifEndsWith(
114114
'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure',
115-
'_test_should_request_rt_from_all_initial_routers_until_successful'
115+
),
116+
ifEndsWith(
117+
'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'
116118
)
117119
),
118120
skip(

0 commit comments

Comments
 (0)