Skip to content

Commit

Permalink
Disbale testThatItIsAllowedToRetrieveDebugDescriptionIncludingVCOffMa…
Browse files Browse the repository at this point in the history
…inThread

- Hitting main thread checker assertion TextureGroup#342
  • Loading branch information
nguyenhuy committed Sep 26, 2017
1 parent 2872751 commit 6382419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ASDisplayNodeTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ - (void)testThatConvertPointGoesToWindowWhenPassedNil_layerBacked
ASXCTAssertEqualPoints([node convertPoint:node.bounds.origin toNode:nil], expectedOrigin);
}

- (void)testThatItIsAllowedToRetrieveDebugDescriptionIncludingVCOffMainThread
- (void)DISABLE_testThatItIsAllowedToRetrieveDebugDescriptionIncludingVCOffMainThread
{
ASDisplayNode *node = [[ASDisplayNode alloc] init];
UIViewController *vc = [[UIViewController alloc] init];
Expand Down

0 comments on commit 6382419

Please sign in to comment.