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 083a94f commit d7126dfCopy full SHA for d7126df
testkit-backend/src/skipped-tests.js
@@ -79,7 +79,8 @@ const skippedTests = [
79
'test_should_request_rt_from_all_initial_routers_until_successful'
80
),
81
ifEndsWith('test_should_pass_bookmark_from_tx_to_tx_using_tx_run'),
82
- ifEndsWith('test_should_successfully_get_routing_table_with_context')
+ ifEndsWith('test_should_successfully_get_routing_table_with_context'),
83
+ ifStartsWith('stub.transport.Transport')
84
)
85
86
skip(
0 commit comments