From 1246c8b6f9376acc8c05fcaf8e3a2fc8a0aa2163 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 12 Jul 2024 07:28:43 -0700 Subject: [PATCH] Disable another flaky test (#5653) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/5653 Test Plan: ``` $ yarn test Test Suites: 2 skipped, 98 passed, 98 of 100 total Tests: 19 skipped, 545 passed, 564 total Snapshots: 190 passed, 190 total Time: 44.194 s, estimated 169 s Ran all test suites. ✨ Done in 49.96s. ``` Reviewed By: antonk52 Differential Revision: D59680971 Pulled By: passy fbshipit-source-id: 3fd6dd7ecfa14be53de3bbe67e81ab79793ae610 --- desktop/flipper-ui/src/__tests__/PluginContainer.node.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/flipper-ui/src/__tests__/PluginContainer.node.tsx b/desktop/flipper-ui/src/__tests__/PluginContainer.node.tsx index 43284e04190..cc305f752ae 100644 --- a/desktop/flipper-ui/src/__tests__/PluginContainer.node.tsx +++ b/desktop/flipper-ui/src/__tests__/PluginContainer.node.tsx @@ -124,7 +124,8 @@ test.skip('Plugin container can render plugin and receive updates', async () => expect((await renderer.findByTestId('counter')).textContent).toBe('2'); }); -test('Number of times console errors/warning during plugin render', async () => { +// TODO(T119353406): Disabled due to flakiness. +test.skip('Number of times console errors/warning during plugin render', async () => { await renderMockFlipperWithPlugin(TestPlugin); expect(errorSpy.mock.calls).toEqual([