mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Disable failing osm_auth_tests OSM_ServerAPI_TestUserExists
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
5bc6e6ded6
commit
c1b45828b0
@@ -25,7 +25,9 @@ extern char const * kValidOsmPassword;
|
|||||||
UNIT_TEST(OSM_ServerAPI_TestUserExists)
|
UNIT_TEST(OSM_ServerAPI_TestUserExists)
|
||||||
{
|
{
|
||||||
ServerApi06 api(OsmOAuth::DevServerAuth());
|
ServerApi06 api(OsmOAuth::DevServerAuth());
|
||||||
TEST(api.TestOSMUser(kValidOsmUser), ());
|
// FIXME(AB): Uncomment back when HTTP 500 from https://master.apis.dev.openstreetmap.org/user/OrganicMapsTestUser
|
||||||
|
// is fixed.
|
||||||
|
// TEST(api.TestOSMUser(kValidOsmUser), ());
|
||||||
TEST(!api.TestOSMUser("donotregisterthisuser"), ());
|
TEST(!api.TestOSMUser("donotregisterthisuser"), ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user