fix(backend api): re-enable previosuly disabled tests (#737)
See https://github.com/ooni/probe/issues/2098
This commit is contained in:
@@ -11,7 +11,6 @@ func init() {
|
||||
}
|
||||
|
||||
func TestCheck(t *testing.T) {
|
||||
t.Skip("see https://github.com/ooni/probe/issues/2098")
|
||||
*mode = "check"
|
||||
main()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user