Skip to content

Commit 08b6fff

Browse files
committed
Skip flaky oEmbed tests
1 parent cb23e92 commit 08b6fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/php/test-amp-wordpress-embed-handler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ public function get_conversion_data() {
328328
* @param array $post_args Post args.
329329
*/
330330
public function test__conversion( $source, $expected, $post_args = [] ) {
331+
// TODO: Re-enable once issues are resolved on make/core.
332+
$this->markTestSkipped( 'Test is currently flaky because of failing oEmbed discovery on make/core.' );
331333

332334
if ( $post_args ) {
333335
$post_id = self::factory()->post->create( $post_args );

0 commit comments

Comments
 (0)