Index: tests/phpunit/tests/image/editorImagick.php
===================================================================
--- tests/phpunit/tests/image/editorImagick.php	(revision 42409)
+++ tests/phpunit/tests/image/editorImagick.php	(working copy)
@@ -550,6 +550,10 @@
 	 * @ticket 37140
 	 */
 	public function test_remove_orientation_data_on_rotate() {
+		if ( ! function_exists( 'exif_read_data' ) ) {
+			$this->markTestSkipped( 'This system is missing required exif_read_data function.' );
+		}
+
 		$file = DIR_TESTDATA . '/images/test-image-upside-down.jpg';
 		$data = wp_read_image_metadata( $file );
 
