From 081040565e6a00d81ea9f47fdd0c7756a2ccf187 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 21 Nov 2024 16:24:24 +0100 Subject: [PATCH] tests: mark test as incomplete --- tests/Installer/CKEditorInstallerTest.php | 2 ++ 1 file changed, 2 insertions(+) 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);