From fb633d0e5ecd7d075930b0c794de0465dab5a399 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 12 Jul 2024 14:40:03 +0100 Subject: [PATCH] [js] Disable another flaky test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. ``` --- 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([