remove systems cron warning

fix #525
This commit is contained in:
Matthias Pfefferle 2023-12-15 07:45:11 +01:00
parent ae26609e5e
commit 97e2bbfe7a

View file

@ -39,11 +39,6 @@ class Health_Check {
'test' => array( self::class, 'test_webfinger' ),
);
$tests['direct']['activitypub_test_system_cron'] = array(
'label' => __( 'System Cron Test', 'activitypub' ),
'test' => array( self::class, 'test_system_cron' ),
);
return $tests;
}