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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
32d61886b8
commit
8124663c5c
@@ -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(
|
const res = render(
|
||||||
<DataInspector data={json} collapsed={false} expandRoot />,
|
<DataInspector data={json} collapsed={false} expandRoot />,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user