diff --git a/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php b/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php
index eb02d37ada..fbe937dfb9 100644
--- a/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php
+++ b/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php
@@ -51,6 +51,8 @@ protected function setUp() {
    * Tests the enabling of plugins.
    */
   public function testEnabledPlugins() {
+    $this->fail('Did you even test me?');
+    return;
     $this->manager = $this->container->get('plugin.manager.ckeditor.plugin');
     $editor = Editor::load('filtered_html');
 
diff --git a/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php b/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php
index 4f1da31834..a36a1c20d3 100644
--- a/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php
+++ b/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php
@@ -69,6 +69,8 @@ protected function setUp() {
    * Tests CKEditor::getJSSettings().
    */
   public function testGetJSSettings() {
+    $this->fail('Did you even test me?');
+    return;
     $editor = Editor::load('filtered_html');
 
     // Default toolbar.
