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 a0d9c6b commit ba85711Copy full SHA for ba85711
packages/testkit-backend/src/skipped-tests/common.js
@@ -104,7 +104,9 @@ const skippedTests = [
104
'Needs to implement "domain_name_resolver_fn"',
105
ifEndsWith(
106
'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure',
107
- '_test_should_request_rt_from_all_initial_routers_until_successful'
+ ),
108
+ ifEndsWith(
109
+ 'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'
110
)
111
),
112
skip(
0 commit comments