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 bc442da commit f4542e2Copy full SHA for f4542e2
packages/testkit-backend/src/skipped-tests.js
@@ -81,7 +81,9 @@ const skippedTests = [
81
'Needs to implement "domain_name_resolver_fn"',
82
ifEndsWith(
83
'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure',
84
- '_test_should_request_rt_from_all_initial_routers_until_successful'
+ ),
85
+ ifEndsWith(
86
+ 'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'
87
)
88
),
89
skip(
0 commit comments