Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit bbb6e70

Browse files
committed
Remove now passing tests from exclusion lists
1 parent b393f3b commit bbb6e70

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/wp-tests-phpunit-run.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const expectedErrors = [
1717
'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2',
1818
'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3',
1919
'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #4',
20-
'Tests_Comment_WpComment::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id',
21-
'Tests_Cron_getCronArray::test_get_cron_array_output_validation with data set "null"',
2220
'Tests_DB_Charset::test_strip_invalid_text',
2321
'Tests_DB::test_db_reconnect',
2422
'Tests_DB::test_get_col_info',
@@ -37,11 +35,6 @@ const expectedErrors = [
3735
'Tests_DB::test_process_fields_value_too_long_for_field with data set "invalid chars"',
3836
'Tests_DB::test_process_fields_value_too_long_for_field with data set "too long"',
3937
'Tests_DB::test_process_fields',
40-
'Tests_DB::test_set_allowed_incompatible_sql_mode',
41-
'Tests_DB::test_set_incompatible_sql_mode',
42-
'Tests_DB::test_set_sql_mode',
43-
'Tests_Post_wpPost::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id',
44-
'Tests_Post::test_stick_post_with_unexpected_sticky_posts_option with data set "null"',
4538
];
4639

4740
const expectedFailures = [

0 commit comments

Comments
 (0)