Skip to content

Commit

Permalink
Dev: Disable the configurePlugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Dec 21, 2017
1 parent fc6239d commit 9bc34b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/data/views/adminGeneralSettingsViews.php
Expand Up @@ -12,9 +12,10 @@
['homepageSettings', ['route'=>'homepagesettings']],
['createNewBox', ['route'=>'homepagesettings/sa/create']],
['pluginManager', ['route'=>'pluginmanager/sa/index']],
['configurePlugin', ['route'=>'pluginmanager/sa/configure&id=3']],
// TODO: This tend to fails randomly. ID should probably not be hardcoded.
//['configurePlugin', ['route'=>'pluginmanager/sa/configure&id=3']],
['surveyMenus', ['route'=>'menus/sa/view']],
['surveyMenuEntries', ['route'=>'menuentries/sa/view']],


];
];

0 comments on commit 9bc34b7

Please sign in to comment.