From 292bbc43d662a8eb8e7ac3fc13eb71f3616fb732 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Wed, 26 Apr 2023 07:01:36 -0700 Subject: [PATCH] Disable broken YogaKit test 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 --- YogaKit/Tests/YogaKitTests.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/YogaKit/Tests/YogaKitTests.m b/YogaKit/Tests/YogaKitTests.m index d19bfd69..34f6018d 100644 --- a/YogaKit/Tests/YogaKitTests.m +++ b/YogaKit/Tests/YogaKitTests.m @@ -252,6 +252,10 @@ } - (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]