feat(ooniprobe): add torsf to experimental group (#670)
Reference issue: https://github.com/ooni/probe/issues/1917. I needed to change the summary key type returned by `torsf` to be a value. It seems the DB layer assumes that. If we pass it a pointer, it panics because it's experiment a value rather than a pointer 🤷.
This commit is contained in:
parent
97d2b5a0e3
commit
a01f901e13
4 changed files with 17 additions and 2 deletions
|
|
@ -55,6 +55,7 @@ var All = map[string]Group{
|
|||
Nettests: []Nettest{
|
||||
DNSCheck{},
|
||||
STUNReachability{},
|
||||
TorSf{},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue