diff --git a/tests/Installer/CKEditorInstallerTest.php b/tests/Installer/CKEditorInstallerTest.php index 50ae8264..9f1ba305 100644 --- a/tests/Installer/CKEditorInstallerTest.php +++ b/tests/Installer/CKEditorInstallerTest.php @@ -76,6 +76,8 @@ public function testInstallWithRelease(): void public function testInstallWithCustomBuild(): void { + $this->markTestIncomplete('custom_build_id not available anymore'); + $this->installer->install($options = ['release' => CKEditorInstaller::RELEASE_CUSTOM, 'custom_build_id' => 'ffbb0c61721cb8543bfa54315374592d']); $this->assertInstall($options);