diff --git a/desktop/flipper-ui-core/src/__tests__/PluginContainer.node.tsx b/desktop/flipper-ui-core/src/__tests__/PluginContainer.node.tsx index 3c733e614..4aa894d9a 100644 --- a/desktop/flipper-ui-core/src/__tests__/PluginContainer.node.tsx +++ b/desktop/flipper-ui-core/src/__tests__/PluginContainer.node.tsx @@ -111,7 +111,8 @@ test('Plugin container can render plugin and receive updates', async () => { expect((await renderer.findByTestId('counter')).textContent).toBe('2'); }); -test('PluginContainer can render Sandy plugins', async () => { +// TODO(T119353406): Disabled due to flakiness. +test.skip('PluginContainer can render Sandy plugins', async () => { let renders = 0; function MySandyPlugin() {