From 711cdc348175304f578bb264055cd3aeacb54654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 30 Aug 2023 16:35:13 +0200 Subject: [PATCH] mark empty test as skipped --- .../AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php index 93f773113..98345a0b4 100644 --- a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php @@ -42,6 +42,8 @@ final class AccompanyingPeriodConfidentialTest extends WebTestCase public function testConfidentialInvalid() { + $this->markTestSkipped("test not written fully"); + // Disabling this dataprovider to avoid having errors while running the test. return yield from []; $maxGenerated = 3;