material-ui
material-ui copied to clipboard
[core] Remove Font Awesome visual regression tests
Demos that include Font Awesome are already skipped in:
https://github.com/mui/material-ui/blob/master/test/regressions/index.js#L146
As they rely on cascading network requests, and thus are flaky. We added them to the Pigment fixtures in https://github.com/mui/material-ui/pull/43280, and they're flaky as well:
- https://app.argos-ci.com/mui/material-ui/builds/31900/108029355
- https://app.argos-ci.com/mui/material-ui/builds/31895/107984073
- https://app.argos-ci.com/mui/material-ui/builds/31888/107922111
So this PR removes them.