mark empty test as skipped

This commit is contained in:
Julien Fastré 2023-08-30 16:35:13 +02:00
parent 149ed2bd75
commit 711cdc3481
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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;