Skip to content

Commit 33ee4a9

Browse files
committed
[ci] revert symfony#1598
symfony/recipes#1339 is now merged - we dont need to skip these tests anymore.
1 parent ce60831 commit 33ee4a9

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([
@@ -681,8 +679,6 @@ public function getTestDetails(): \Generator
681679
];
682680

683681
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')
686682
->addExtraDependencies('api')
687683
// special setup done in createMakeEntityTestForMercure()
688684
->run(function (MakerTestRunner $runner) {

0 commit comments

Comments
 (0)