Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 6069d30

Browse files
committed
Merge pull request #1711 from maicki/DisableDisplayLayerTest
Disable _ASDisplayLayer transaction test due to occasional failures on build server hardware
2 parents e01a9b3 + 750d57d commit 6069d30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AsyncDisplayKitTests/ASDisplayLayerTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ - (void)testCancelAsyncDisplay
461461
[asyncDelegate release];
462462
}
463463

464-
- (void)testTransaction
464+
/*- (void)testTransaction
465465
{
466466
_ASDisplayLayerTestDelegateMode delegateModes = _ASDisplayLayerTestDelegateModeDidDisplay | _ASDisplayLayerTestDelegateModeDrawParameters;
467467
[_ASDisplayLayerTestDelegate setClassModes:_ASDisplayLayerTestDelegateClassModeDisplay];
@@ -543,7 +543,7 @@ - (void)testTransaction
543543
544544
[containerLayer release];
545545
dispatch_release(displayAsyncLayer1Sema);
546-
}
546+
}*/
547547

548548
- (void)checkSuspendResume:(BOOL)displaysAsynchronously
549549
{

0 commit comments

Comments
 (0)