File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,8 +110,16 @@ function test_more_specific_php_template_takes_precedence_over_less_specific_blo
110110 * otherwise equal specificity.
111111 *
112112 * Covers https://github.com/WordPress/gutenberg/pull/31123.
113+ *
113114 */
114115 function test_child_theme_php_template_takes_precedence_over_equally_specific_parent_theme_block_template () {
116+ /**
117+ * @todo This test is currently marked as skipped, since it wouldn't pass. Turns out that in Gutenberg,
118+ * it only passed due to a erroneous test setup.
119+ * For details, see https://github.com/WordPress/wordpress-develop/pull/1920#issuecomment-975929818.
120+ */
121+ $ this ->markTestSkipped ( 'The block template resolution algorithm needs fixing in order for this test to pass. ' );
122+
115123 switch_theme ( 'block-theme-child ' );
116124
117125 $ page_slug_template = 'page-home.php ' ;
You can’t perform that action at this time.
0 commit comments