Code Duplication    Length = 3-3 lines in 2 locations

packages/debugger/src/class-tests.php 2 locations

@@ 289-291 (lines=3) @@
286
		$name = __FUNCTION__;
287
288
		$status = new Status();
289
		if ( ! \Jetpack::is_active() || $status->is_development_mode() || $status->is_staging_site() || ! $this->pass ) {
290
			return self::skipped_test( $name );
291
		}
292
293
		add_filter( 'http_request_timeout', array( 'Automattic\Jetpack\Debugger\Tests', 'increase_timeout' ) );
294
		$response = Client::wpcom_json_api_request_as_blog(
@@ 396-398 (lines=3) @@
393
		$name = 'test__wpcom_self_test';
394
395
		$status = new Status();
396
		if ( ! \Jetpack::is_active() || $status->is_development_mode() || $status->is_staging_site() || ! $this->pass ) {
397
			return self::skipped_test( $name );
398
		}
399
400
		$self_xml_rpc_url = site_url( 'xmlrpc.php' );
401