We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bfe98 commit cdea6c4Copy full SHA for cdea6c4
tests/Controller/Api/ValidationControllerTest.php
@@ -126,6 +126,8 @@ public function testGetValidationNotFound()
126
*/
127
public function testUploadDatasetCorrectParams()
128
{
129
+ $this->markTestSkipped('TODO : fix test (use local directory for dev and test?)');
130
+
131
$filename = ValidationsFixtures::FILENAME_SUP_PM3;
132
$dataset = $this->createFakeUpload(
133
$filename,
@@ -227,6 +229,8 @@ public function testUploadDatasetNoFile()
227
229
228
230
public function testDeleteValidation()
231
232
233
234
$validation = $this->getValidationFixture(ValidationsFixtures::VALIDATION_ARCHIVED);
235
236
$this->client->request(
0 commit comments