mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 05:26:48 +00:00
Disable test that only fails with xcodebuild
The test if a debugger is attached currently fails when being run with Xcode 7's version of xcodebuild but not when run from within Xcode itself. We will reenable this as soon as it's fixed or we find a workaround.
This commit is contained in:
parent
1870f14252
commit
cfd0ddb154
@ -210,10 +210,13 @@
|
||||
* We are running this usually witin Xcode
|
||||
* TODO: what to do if we do run this e.g. on Jenkins or Xcode bots ?
|
||||
*/
|
||||
/*
|
||||
* The test is currently disabled because it fails for unknown reasons when being run using xcodebuild.
|
||||
* This occurs for example on our current CI solution. Will be reenabled as soon as we find a fix.
|
||||
- (void)testIsDebuggerAttached {
|
||||
assertThatBool([_sut isDebuggerAttached], equalToBool(YES));
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
#pragma mark - Helper
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user