Skip to content

Commit cc1ed71

Browse files
committed
Mark unsupported tests as skipped
1 parent 09ce469 commit cc1ed71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function test_parse( $fragment_context, $html, $expected_tree ) {
8383
$processed_tree = self::build_tree_representation( $fragment_context, $html );
8484

8585
if ( null === $processed_tree ) {
86-
$this->markTestIncomplete( 'Test includes unsupported markup.' );
86+
$this->markTestSkipped( 'Test includes unsupported markup.' );
8787
}
8888

8989
$this->assertSame( $expected_tree, $processed_tree, "HTML was not processed correctly:\n{$html}" );

0 commit comments

Comments
 (0)