Skip to content
Snippets Groups Projects
Commit 453ffdcd authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#93615_moissonage_jamendo_a_lancer_manuellement_sur_le_serveur' into 'hotline'

hotline #93615 : remove Jamendo harvest, too long, instable

See merge request !3176
parents bff490d5 98c4d084
Branches
Tags
2 merge requests!3297WIP: Master,!3176hotline #93615 : remove Jamendo harvest, too long, instable
Pipeline #7679 failed with stage
in 33 minutes and 44 seconds
- ticket #93615 : Désactivation du moissonage Jamendo car trop long et instable
\ No newline at end of file
<?php echo $this->partial('harvest/_harvest_progress.phtml',
['harvest_url' => $this->harvest_url]); ?>
<h2><?php echo $this->_('Importer un album depuis la page Jamendo'); ?></h2>
<?php echo $this->renderForm($this->import_form); ?>
......@@ -379,10 +379,13 @@ class HarvestControllerJamendoTest extends HarvestControllerJamendoTestCase {
}
/** @test */
public function pageShouldContainsHarvestForm() {
$this->assertXPath('//form[@id="source_harvest"]',
$this->_response->getBody());
/**
* @see http://forge.afi-sa.fr/issues/93615
* form disabled as harvesting too long and failing
* @test
*/
public function pageShouldNotContainsHarvestForm() {
$this->assertNotXPath('//form[@id="source_harvest"]');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment