File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ public function getTestDetails(): \Generator
120
120
];
121
121
122
122
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 ' )
123
125
->addExtraDependencies ('api ' )
124
126
->run (function (MakerTestRunner $ runner ) {
125
127
$ runner ->runMaker ([
@@ -679,6 +681,8 @@ public function getTestDetails(): \Generator
679
681
];
680
682
681
683
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 ' )
682
686
->addExtraDependencies ('api ' )
683
687
// special setup done in createMakeEntityTestForMercure()
684
688
->run (function (MakerTestRunner $ runner ) {
You can’t perform that action at this time.
0 commit comments