material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

[core] Remove Font Awesome visual regression tests

Open DiegoAndai opened this issue 5 months ago • 1 comments

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.

DiegoAndai avatar Sep 09 '24 15:09 DiegoAndai