Skip to content

Commit

Permalink
Skip already existing in Core test that is interfering
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal authored and michalczaplinski committed Jul 20, 2023
1 parent 094ca12 commit 9480be5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ public function test_get_item_embed_context() {
* @covers WP_REST_Global_Styles_Controller::get_item_schema
*/
public function test_get_item_schema() {
// See: https://github.com/WordPress/gutenberg/pull/52370#issuecomment-1643331655.
$this->markTestSkipped( 'Test already backported to Core' );
$request = new WP_REST_Request( 'OPTIONS', '/wp/v2/global-styles/' . self::$global_styles_id . '/revisions' );
$response = rest_get_server()->dispatch( $request );
$data = $response->get_data();
Expand Down

0 comments on commit 9480be5

Please sign in to comment.