diff --git a/ext/mysqli/tests/mysqli_change_user_get_lock.phpt b/ext/mysqli/tests/mysqli_change_user_get_lock.phpt deleted file mode 100644 index a4442edb5279a..0000000000000 --- a/ext/mysqli/tests/mysqli_change_user_get_lock.phpt +++ /dev/null @@ -1,107 +0,0 @@ ---TEST-- -mysqli_change_user() - GET_LOCK() ---EXTENSIONS-- -mysqli ---SKIPIF-- - ---XFAIL-- -The server is still buggy ---INI-- -max_execution_time=240 ---FILE-- - ---CLEAN-- - ---EXPECTF-- -Testing GET_LOCK()... -... lock 'phptest_%d' acquired by thread %d -... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d' -... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d' -... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d' -done! diff --git a/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt b/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt index 6d0789b90b45d..f758fa8d16446 100644 --- a/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt +++ b/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt @@ -6,8 +6,6 @@ mysqli ---XFAIL-- -The server is still buggy --FILE--