diff --git a/TestsUI/LinphoneTestCase.m b/TestsUI/LinphoneTestCase.m index 4d73db3c5..db5b8ced7 100644 --- a/TestsUI/LinphoneTestCase.m +++ b/TestsUI/LinphoneTestCase.m @@ -47,6 +47,7 @@ } - (void)beforeEach { + [[LinphoneManager instance] lpConfigSetInt:ORTP_WARNING forKey:@"debugenable_preference"]; [[LinphoneManager instance] lpConfigSetInt:NO forKey:@"animations_preference"]; }