diff --git a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php b/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php index c5fac0c..315d2e3 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php @@ -52,11 +52,11 @@ protected function setUp($import_test_views = TRUE) { $test_type->setThirdPartySetting('content_moderation', 'enabled', TRUE); $test_type->save(); - $test_entity = EntityTestRevWithBundle::create([ - 'type' => 'test_bundle', - ]); - $test_entity->moderation_state->target_id = 'draft'; - $test_entity->save(); +// $test_entity = EntityTestRevWithBundle::create([ +// 'type' => 'test_bundle', +// ]); +// $test_entity->moderation_state->target_id = 'draft'; +// $test_entity->save(); } /**