fix(backend api): re-enable previosuly disabled tests (#737)
See https://github.com/ooni/probe/issues/2098
This commit is contained in:
parent
7c45f7b88c
commit
1f83c19853
|
@ -11,7 +11,6 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCheck(t *testing.T) {
|
func TestCheck(t *testing.T) {
|
||||||
t.Skip("see https://github.com/ooni/probe/issues/2098")
|
|
||||||
*mode = "check"
|
*mode = "check"
|
||||||
main()
|
main()
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestCheckReportIDWorkingAsIntended(t *testing.T) {
|
func TestCheckReportIDWorkingAsIntended(t *testing.T) {
|
||||||
t.Skip("see https://github.com/ooni/probe/issues/2098")
|
|
||||||
client := probeservices.Client{
|
client := probeservices.Client{
|
||||||
APIClientTemplate: httpx.APIClientTemplate{
|
APIClientTemplate: httpx.APIClientTemplate{
|
||||||
BaseURL: "https://ams-pg.ooni.org/",
|
BaseURL: "https://ams-pg.ooni.org/",
|
||||||
|
|
|
@ -46,7 +46,6 @@ func TestWithRealServerDoCheckIn(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestWithRealServerDoCheckReportID(t *testing.T) {
|
func TestWithRealServerDoCheckReportID(t *testing.T) {
|
||||||
t.Skip("see https://github.com/ooni/probe/issues/2098")
|
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.Skip("skip test in short mode")
|
t.Skip("skip test in short mode")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user