From 583e7a41bc41861f53b57658f5d9fbba38530e00 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 22 Apr 2017 21:21:30 +0000 Subject: [PATCH] Build/Test Tools: Partially revert [40524]. See #40533, #40535 git-svn-id: https://develop.svn.wordpress.org/trunk@40529 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/db.php b/tests/phpunit/tests/db.php index 0c24c59040..9595d3df18 100644 --- a/tests/phpunit/tests/db.php +++ b/tests/phpunit/tests/db.php @@ -87,7 +87,7 @@ class Tests_DB extends WP_UnitTestCase { // Switch to Russian $flag = setlocale( LC_ALL, 'ru_RU.utf8', 'rus', 'fr_FR.utf8', 'fr_FR', 'de_DE.utf8', 'de_DE', 'es_ES.utf8', 'es_ES' ); if ( false === $flag ) - $this->fail( 'No European languages available for testing' ); + $this->markTestSkipped( 'No European languages available for testing' ); // Try an update query $wpdb->suppress_errors( true );