@@ -11,12 +11,6 @@ const fs = require( 'fs' );
1111const path = require ( 'path' ) ;
1212
1313const expectedErrors = [
14- 'Tests_Admin_wpSiteHealth::test_object_cache_default_thresholds_non_multisite' ,
15- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #0' ,
16- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #1' ,
17- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2' ,
18- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3' ,
19- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #4' ,
2014 'Tests_Comment_WpComment::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id' ,
2115 'Tests_Cron_getCronArray::test_get_cron_array_output_validation with data set "null"' ,
2216 'Tests_DB_Charset::test_strip_invalid_text' ,
@@ -33,6 +27,8 @@ const expectedErrors = [
3327] ;
3428
3529const expectedFailures = [
30+ 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2' ,
31+ 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3' ,
3632 'Tests_Comment::test_wp_new_comment_respects_comment_field_lengths' ,
3733 'Tests_Comment::test_wp_update_comment' ,
3834 'Tests_DB_dbDelta::test_spatial_indices' ,
0 commit comments