Skip to content

Commit 3cf70d8

Browse files
authored
minor #1598 [ci] temp. skip API Platform tests - recipe conflict
1 parent fb404cc commit 3cf70d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Maker/MakeEntityTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ public function getTestDetails(): \Generator
120120
];
121121

122122
yield 'it_creates_a_new_class_and_api_resource' => [$this->createMakeEntityTest()
123+
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
124+
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
123125
->addExtraDependencies('api')
124126
->run(function (MakerTestRunner $runner) {
125127
$runner->runMaker([
@@ -679,6 +681,8 @@ public function getTestDetails(): \Generator
679681
];
680682

681683
yield 'it_makes_new_entity_no_to_all_extras' => [$this->createMakeEntityTestForMercure()
684+
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
685+
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
682686
->addExtraDependencies('api')
683687
// special setup done in createMakeEntityTestForMercure()
684688
->run(function (MakerTestRunner $runner) {

0 commit comments

Comments
 (0)