Skip to content

Commit d7126df

Browse files
committed
skipp transport tests
1 parent 083a94f commit d7126df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testkit-backend/src/skipped-tests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const skippedTests = [
7979
'test_should_request_rt_from_all_initial_routers_until_successful'
8080
),
8181
ifEndsWith('test_should_pass_bookmark_from_tx_to_tx_using_tx_run'),
82-
ifEndsWith('test_should_successfully_get_routing_table_with_context')
82+
ifEndsWith('test_should_successfully_get_routing_table_with_context'),
83+
ifStartsWith('stub.transport.Transport')
8384
)
8485
),
8586
skip(

0 commit comments

Comments
 (0)