diff --git a/cmd/ooniprobe/internal/nettests/groups.go b/cmd/ooniprobe/internal/nettests/groups.go index 6ef6592..a2a5370 100644 --- a/cmd/ooniprobe/internal/nettests/groups.go +++ b/cmd/ooniprobe/internal/nettests/groups.go @@ -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, }, }