File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/GroupedProductGraphQl/etc
dev/tests/api-functional/testsuite/Magento/GraphQl/Eav Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
<type xsi : type =" OutputType" name =" GroupedProduct" >
8
8
<implements interface =" ProductInterface" copyFields =" true" />
9
9
<implements interface =" PhysicalProductInterface" copyFields =" true" />
10
- <implements interface =" CustomizableProductInterface" copyFields =" true" />
11
10
<field xsi : type =" ObjectArrayOutputField" name =" items" itemType =" GroupedProductItem" />
12
11
</type >
13
12
<type xsi : type =" OutputType" name =" GroupedProductItem" >
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ private function setDeveloperMode($mageMode = State::MODE_DEVELOPER)
43
43
44
44
public function testInvalidEntityTypeExceptionInDeveloperMode ($ mageMode = State::MODE_DEVELOPER )
45
45
{
46
+ $ this ->markTestSkipped (
47
+ "Current infrastructure cannot switch out of produciton mode, which is required for this test. "
48
+ );
46
49
$ this ->setDeveloperMode ();
47
50
$ this ->objectManager ->get (State::class)->setMode ($ mageMode );
48
51
You can’t perform that action at this time.
0 commit comments