diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Tests/Views/IntegrationTest.php b/core/modules/aggregator/lib/Drupal/aggregator/Tests/Views/IntegrationTest.php index 9c8179c..316f868 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Tests/Views/IntegrationTest.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Tests/Views/IntegrationTest.php @@ -112,20 +112,6 @@ public function testAggregatorItemView() { $expected_author = filter_xss($items[$iid]->author->value, array()); $this->assertEqual($view->field['author']->advanced_render($row), $expected_author, 'Ensure the author got filtered'); } - - // Test the rss row output. - $view = views_get_view('test_aggregator_items'); - $view->setDisplay('feed_1'); - $this->executeView($view); - - // @todo Test the feed output once DUTB can parse output. - } - - /** - * Tests basic aggregator_item view. - */ - public function testAggregatorFeedView() { - } }