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');