Skip to content

Commit

Permalink
Disable broken YogaKit test
Browse files Browse the repository at this point in the history
Summary: This test fails locally and testx shows it always failing in continuous, disable it for now.

Reviewed By: yungsters

Differential Revision: D45298519

fbshipit-source-id: dc1d654bc4ecf5b32b733a6b5ae40255f35acafc
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Apr 26, 2023
1 parent b15894b commit 292bbc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions YogaKit/Tests/YogaKitTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ - (void)testThatMarkingLeafsAsDirtyWillTriggerASizeRecalculation {
}

- (void)testFrameAndOriginPlacement {
// https://www.internalfb.com/intern/test/562950017690956
XCTSkip(
@"TODO: this test fails with actual dimensions off by 1px from expected");

const CGSize containerSize = CGSizeMake(320, 50);

UIView* container = [[UIView alloc]
Expand Down

0 comments on commit 292bbc4

Please sign in to comment.