diff --git a/Libraries/Text/__tests__/Text-test.js b/Libraries/Text/__tests__/Text-test.js index 17cc0f294b4..af02de98211 100644 --- a/Libraries/Text/__tests__/Text-test.js +++ b/Libraries/Text/__tests__/Text-test.js @@ -174,9 +174,7 @@ describe('Text compat with web', () => { `); }); - // T138851366: prop-types are out of date causing a redbox - // eslint-disable-next-line jest/no-disabled-tests - it.skip('renders styles', () => { + it('renders styles', () => { const style = { display: 'flex', flex: 1,