Skip to content

Commit f4542e2

Browse files
committed
Fix skipped test
1 parent bc442da commit f4542e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ const skippedTests = [
8181
'Needs to implement "domain_name_resolver_fn"',
8282
ifEndsWith(
8383
'test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure',
84-
'_test_should_request_rt_from_all_initial_routers_until_successful'
84+
),
85+
ifEndsWith(
86+
'test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'
8587
)
8688
),
8789
skip(

0 commit comments

Comments
 (0)