wp-cli / media-command

Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
MIT License
44 stars 41 forks source link

Skip test for duplicate resizes for core trunk because of bug in current version #112

Closed schlessera closed 5 years ago

schlessera commented 5 years ago

When regenerating thumbnails for wp-content/uploads/white-150-square.jpg, we're testing to make sure wp-content/uploads/white-150-square-150x150.jpg is not created. However, with current trunk, it actually is created because of a bug.

See https://core.trac.wordpress.org/ticket/32437