Commit 62f1895882b36d867f5a8df602cc23147c86b047

Authored by Etienne Pallier
1 parent c2e147cb
Exists in master and in 1 other branch dev

désactivé nouveau test temporairement

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
tests/TestCase/Controller/MaterielsControllerTest.php
... ... @@ -1917,7 +1917,7 @@ class MaterielsControllerTest extends General {
1917 1917 *
1918 1918 * @dataProvider dataProviderRoles4
1919 1919 */
1920   - public function testMaterielPagesIndexAndView2($role) {
  1920 + public function OFF_testMaterielPagesIndexAndView2($role) {
1921 1921 $this->authAs($role);
1922 1922 $this->d("*******************");
1923 1923 $this->d(" ROLE $role :");
... ...