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( , );