From 39317adfb7b795872dec53ff0ac4e0cd559c663b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 9 May 2022 03:35:52 -0700 Subject: [PATCH] Disable flaky PluginContainer test (#3693) Summary: Keeps flaking out: https://github.com/facebook/flipper/runs/6308722109?check_suite_focus=true Pull Request resolved: https://github.com/facebook/flipper/pull/3693 Reviewed By: aigoncharov Differential Revision: D36170437 Pulled By: passy fbshipit-source-id: 471e702243d68d927287aad5d1fc1d8c392b059c --- desktop/flipper-ui-core/src/__tests__/PluginContainer.node.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {