From 2a903d56c3bf3e515e09554c0f6682a410cc0911 Mon Sep 17 00:00:00 2001 From: John Knox Date: Mon, 19 Aug 2019 11:08:58 -0700 Subject: [PATCH] Skip layout snapshot test Reviewed By: priteshrnandgaonkar Differential Revision: D16897208 fbshipit-source-id: 9f2a2c5234196522e24bb62ab450f5ac56bd68e6 --- headless-tests/__tests__/headlessIntegrationTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-tests/__tests__/headlessIntegrationTests.js b/headless-tests/__tests__/headlessIntegrationTests.js index 8a0a84a62..6d772ad1c 100644 --- a/headless-tests/__tests__/headlessIntegrationTests.js +++ b/headless-tests/__tests__/headlessIntegrationTests.js @@ -224,7 +224,7 @@ test('test layout snapshot stripping', () => { }); }); -test('Sample app layout hierarchy matches snapshot', () => { +test.skip('Sample app layout hierarchy matches snapshot', () => { return getPluginState('Flipper', 'Inspector').then(state => { expect(state.rootAXElement).toBe('com.facebook.flipper.sample'); expect(state.rootElement).toBe('com.facebook.flipper.sample');