Skip to content

Commit 7789f14

Browse files
Revert "minor #1598 [ci] temp. skip API Platform tests - recipe conflict"
This reverts commit 3cf70d8.
1 parent eba3045 commit 7789f14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Maker/MakeEntityTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ 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')
125123
->addExtraDependencies('api')
126124
->run(function (MakerTestRunner $runner) {
127125
$runner->runMaker([
@@ -661,8 +659,6 @@ public function getTestDetails(): \Generator
661659
];
662660

663661
yield 'it_makes_new_entity_no_to_all_extras' => [$this->createMakeEntityTestForMercure()
664-
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
665-
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
666662
->addExtraDependencies('api')
667663
// special setup done in createMakeEntityTestForMercure()
668664
->run(function (MakerTestRunner $runner) {

0 commit comments

Comments
 (0)