mark empty test as skipped

This commit is contained in:
2023-08-30 16:35:13 +02:00
parent 149ed2bd75
commit 711cdc3481

View File

@@ -42,6 +42,8 @@ final class AccompanyingPeriodConfidentialTest extends WebTestCase
public function testConfidentialInvalid() public function testConfidentialInvalid()
{ {
$this->markTestSkipped("test not written fully");
// Disabling this dataprovider to avoid having errors while running the test. // Disabling this dataprovider to avoid having errors while running the test.
return yield from []; return yield from [];
$maxGenerated = 3; $maxGenerated = 3;