diff --git a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php index 299f7986f84d0..690560a74bd3c 100644 --- a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php +++ b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php @@ -250,6 +250,9 @@ private function perform_network_enable_disable_assertions( $test_themes, $event } public function test_install_edit_delete_theme_sync() { + // This requires a theme that isn't directly available on WordPress.com: + // https://public-api.wordpress.com/rest/v1.2/themes/astra?http_envelope=1 + // Any theme with the "Community" badge in the WordPress.com theme search would work here. $theme_slug = 'astra'; $theme_name = 'Astra';