From 8124663c5c4221d5fdecabc222c2ed3c038508a6 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 19 Jul 2021 03:52:46 -0700 Subject: [PATCH] Disable filter data test Summary: This seems to be time-sensititve and breaks occassionally on GitHub Actions. Reviewed By: fabiomassimo Differential Revision: D29760768 fbshipit-source-id: 12b496257d01d169c52f3a430175846f9a7eb227 --- .../src/ui/data-inspector/__tests__/DataInspector.node.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/data-inspector/__tests__/DataInspector.node.tsx b/desktop/flipper-plugin/src/ui/data-inspector/__tests__/DataInspector.node.tsx index be8161741..e137f3a66 100644 --- a/desktop/flipper-plugin/src/ui/data-inspector/__tests__/DataInspector.node.tsx +++ b/desktop/flipper-plugin/src/ui/data-inspector/__tests__/DataInspector.node.tsx @@ -71,7 +71,8 @@ test('can manually collapse properties', async () => { }); }); -test('can filter for data', async () => { +// TODO(T95985157): Flaky in open source. +test.skip('can filter for data', async () => { const res = render( , );