-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Add some SOCKS5 proxy to our CI and enable
Lines 118 to 122 in 3af1939
// Disabled as currently no SOCKS5 integration tests | |
#[cfg(feature = "transport-socks5")] | |
#[ignore] | |
#[tokio::test] | |
async fn test_socks5() { |
This should be gated by some environment variable like SOCKS5_ENDPOINT
so that developers don't need to have a SOCKS5 proxy running locally if they don't work on that particular feature.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers