Skip to content

Commit cdea6c4

Browse files
committed
test: mark for skipped
1 parent 90bfe98 commit cdea6c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Controller/Api/ValidationControllerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ public function testGetValidationNotFound()
126126
*/
127127
public function testUploadDatasetCorrectParams()
128128
{
129+
$this->markTestSkipped('TODO : fix test (use local directory for dev and test?)');
130+
129131
$filename = ValidationsFixtures::FILENAME_SUP_PM3;
130132
$dataset = $this->createFakeUpload(
131133
$filename,
@@ -227,6 +229,8 @@ public function testUploadDatasetNoFile()
227229
*/
228230
public function testDeleteValidation()
229231
{
232+
$this->markTestSkipped('TODO : fix test (use local directory for dev and test?)');
233+
230234
$validation = $this->getValidationFixture(ValidationsFixtures::VALIDATION_ARCHIVED);
231235

232236
$this->client->request(

0 commit comments

Comments
 (0)