File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
projects/packages/image-cdn/tests/php Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -856,8 +856,6 @@ public function test_image_cdn_return_custom_size_array_dimensions_larger_than_o
856
856
857
857
$ test_image = $ this ->helper_get_image ( 'medium ' ); // Original 1024x768.
858
858
859
- $ this ->markTestSkipped ( 'Skipping until we can fix the test ' ); // @todo: Fix this test.
860
-
861
859
// Declaring the size array directly, unknown size of 1200 by 1200. Should return original.
862
860
$ this ->assertEquals (
863
861
'fit=1024%2C768 ' ,
@@ -1493,8 +1491,6 @@ public function test_image_cdn_cdn_in_rest_response_with_created_item() {
1493
1491
$ large_url = isset ( $ data ['media_details ' ]['sizes ' ]['large ' ]['source_url ' ] ) ? $ data ['media_details ' ]['sizes ' ]['large ' ]['source_url ' ] : false ;
1494
1492
1495
1493
if ( ! $ large_url ) {
1496
- $ this ->markTestSkipped ( 'Skipping until we can fix the test ' ); // @todo: Fix this test.
1497
-
1498
1494
$ this ->fail ( 'REST API media upload failed to return the expected data. ' );
1499
1495
}
1500
1496
@@ -1596,8 +1592,6 @@ public function test_image_cdn_strip_image_dimensions_maybe_strips_resized_strin
1596
1592
1597
1593
$ expected = wp_get_attachment_url ( $ id );
1598
1594
1599
- $ this ->markTestSkipped ( 'Skipping until we can fix the test ' ); // @todo: Fix this test.
1600
-
1601
1595
$ this ->assertEquals ( $ expected , Image_CDN::strip_image_dimensions_maybe ( $ url ) );
1602
1596
1603
1597
wp_delete_attachment ( $ id );
You can’t perform that action at this time.
0 commit comments