mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-07 14:53:35 +00:00
Only refrain from running debugger test when on CI
This commit is contained in:
parent
0ca2a2d6fd
commit
de22b30aac
@ -205,18 +205,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark - Debugger
|
#pragma mark - Debugger
|
||||||
|
/**
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
#ifndef CI
|
||||||
/**
|
/**
|
||||||
* We are running this usually witin Xcode
|
* We are running this usually witin Xcode
|
||||||
* TODO: what to do if we do run this e.g. on Jenkins or Xcode bots ?
|
* 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 {
|
- (void)testIsDebuggerAttached {
|
||||||
assertThatBool([_sut isDebuggerAttached], equalToBool(YES));
|
assertThatBool([_sut isDebuggerAttached], equalToBool(YES));
|
||||||
}
|
}
|
||||||
*/
|
#endif
|
||||||
|
|
||||||
#pragma mark - Helper
|
#pragma mark - Helper
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user