fix(session): make sure tunnel code is tested (#301)
* fix(session): make sure tunnel code is tested Part of https://github.com/ooni/probe/issues/985 * fix: add missing TunnelDir for correctness
This commit is contained in:
parent
8b92037ae3
commit
7172e750dd
4 changed files with 69 additions and 4 deletions
|
|
@ -421,9 +421,6 @@ func TestAllProbeServicesUnsupported(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(bassosimone): we should write unit/integration tests
|
||||
// for the new way in which tunnels work.
|
||||
|
||||
func TestUserAgentNoProxy(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("skip test in short mode")
|
||||
|
|
|
|||
Loading…
Reference in a new issue