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 37bdaab commit 041665eCopy full SHA for 041665e
.github/workflows/p2p-tests.yml
@@ -43,6 +43,10 @@ jobs:
43
- net::tests::convergence::test_walk_star_15_org_biased
44
- net::tests::convergence::test_walk_inbound_line_15
45
- net::api::tests::postblock_proposal::test_try_make_response
46
+ - net::server::tests::test_http_10_threads_getinfo
47
+ - net::server::tests::test_http_10_threads_getblock
48
+ - net::server::tests::test_http_too_many_clients
49
+ - net::server::tests::test_http_slow_client
50
steps:
51
## Setup test environment
52
- name: Setup Test Environment
0 commit comments