fix: experimental should be unattended (#704)
See https://github.com/ooni/probe/issues/2056
This commit is contained in:
parent
0f29f6f092
commit
340cd826ff
|
@ -22,6 +22,8 @@ var All = map[string]Group{
|
|||
Dash{},
|
||||
NDT{},
|
||||
},
|
||||
// unattendedOK is explicitly set to false, since there is no need for consumption of excessive amounts of data with background tests
|
||||
UnattendedOK: false,
|
||||
},
|
||||
"middlebox": {
|
||||
Label: "Middleboxes",
|
||||
|
@ -56,5 +58,6 @@ var All = map[string]Group{
|
|||
STUNReachability{},
|
||||
TorSf{},
|
||||
},
|
||||
UnattendedOK: true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user