diff --git a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php index 9bb6330d3..757e333c5 100644 --- a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php @@ -11,7 +11,6 @@ declare(strict_types=1); namespace Chill\PersonBundle\Tests\AccompanyingPeriod; -use Chill\MainBundle\Entity\Center; use Chill\MainBundle\Entity\User; use Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\PersonBundle\Entity\Person; @@ -92,6 +91,10 @@ final class AccompanyingPeriodConfidentialTest extends WebTestCase */ public function testRemoveUserWhenConfidential(int $periodId) { + $this->markTestIncomplete( + 'Marked as incomplete because of a problem in the dataprovider, at line 79.' + ); + $period = self::$container->get(AccompanyingPeriodRepository::class) ->find($periodId); $em = self::$kernel->getContainer()->get('doctrine.orm.entity_manager');