We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66566c commit a13f675Copy full SHA for a13f675
packages/testkit-backend/src/skipped-tests/common.js
@@ -112,7 +112,9 @@ const skippedTests = [
112
'Needs to implement "domain_name_resolver_fn"',
113
ifEndsWith(
114
'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure',
115
- '_test_should_request_rt_from_all_initial_routers_until_successful'
+ ),
116
+ ifEndsWith(
117
+ 'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'
118
)
119
),
120
skip(
0 commit comments