Tests: Remove skipWithMultisite() from an Ajax test for attachments.

This was previously removed in [51870] and appears to be accidentally readded in [53561].

As the test belongs to the `ms-excluded` group, the skipping is unnecessary and does not affect anything in practice.

Follow-up to [46693], [49835], [51870], [53561].

See #56793.

git-svn-id: https://develop.svn.wordpress.org/trunk@54718 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-10-29 15:13:51 +00:00
parent 800ff4447c
commit 91311acc81

View File

@@ -62,8 +62,6 @@ class Tests_Ajax_Attachments extends WP_Ajax_UnitTestCase {
* @covers ::wp_ajax_send_attachment_to_editor
*/
public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() {
$this->skipWithMultisite();
// Become an administrator.
$this->_setRole( 'administrator' );