Skip to content

Commit 1acd611

Browse files
committed
Remove now passing tests from exclusion lists
1 parent 2fe31e6 commit 1acd611

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,12 @@ const fs = require( 'fs' );
1111
const path = require( 'path' );
1212

1313
const expectedErrors = [
14-
'Tests_Comment_WpComment::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id',
15-
'Tests_Cron_getCronArray::test_get_cron_array_output_validation with data set "null"',
1614
'Tests_DB_Charset::test_strip_invalid_text',
1715
'Tests_DB::test_db_reconnect',
1816
'Tests_DB::test_get_col_info',
1917
'Tests_DB::test_process_fields_value_too_long_for_field with data set "invalid chars"',
2018
'Tests_DB::test_process_fields_value_too_long_for_field with data set "too long"',
2119
'Tests_DB::test_process_fields',
22-
'Tests_DB::test_set_allowed_incompatible_sql_mode',
23-
'Tests_DB::test_set_incompatible_sql_mode',
24-
'Tests_DB::test_set_sql_mode',
25-
'Tests_Post_wpPost::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id',
26-
'Tests_Post::test_stick_post_with_unexpected_sticky_posts_option with data set "null"',
2720
];
2821

2922
const expectedFailures = [

0 commit comments

Comments
 (0)