Build/Test Tools: Remove ancient UT ticket handling.

See #40533


git-svn-id: https://develop.svn.wordpress.org/trunk@40523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2017-04-22 19:38:42 +00:00
parent caf86dc849
commit b987aa93a7
3 changed files with 2 additions and 16 deletions

View File

@@ -8,10 +8,6 @@ class Tests_Upload extends WP_UnitTestCase {
var $siteurl;
function setUp() {
if ( is_multisite() ) {
$this->knownUTBug( 35 );
}
$this->_reset_options();
parent::setUp();
}