Toolbar: Don't run the test from [38660] for multisite.

See #37949.

git-svn-id: https://develop.svn.wordpress.org/trunk@38661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-09-27 19:37:23 +00:00
parent 0bab64c370
commit 2f4105d524
1 changed files with 4 additions and 0 deletions

View File

@ -412,6 +412,10 @@ class Tests_AdminBar extends WP_UnitTestCase {
* @ticket 37949
*/
public function test_admin_bar_does_not_add_about_page_url() {
if ( is_multisite() ) {
$this->markTestSkipped( 'Test does not run in multisite' );
}
wp_set_current_user( self::$no_role_id );
$wp_admin_bar = $this->get_standard_admin_bar();