fix(backend api): re-enable previosuly disabled tests (#737)

See https://github.com/ooni/probe/issues/2098
This commit is contained in:
Simone Basso 2022-05-18 11:31:46 +02:00 committed by GitHub
commit 1f83c19853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -46,7 +46,6 @@ func TestWithRealServerDoCheckIn(t *testing.T) {
}
func TestWithRealServerDoCheckReportID(t *testing.T) {
t.Skip("see https://github.com/ooni/probe/issues/2098")
if testing.Short() {
t.Skip("skip test in short mode")
}