Skip to content

Commit 9e9861f

Browse files
committed
magento2-login-as-customer/issues/90: Tests stabilization
-- Skip Product Video tests
1 parent e806649 commit 9e9861f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoDownloadableProductTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<group value="catalog"/>
2121
<group value="downloadable"/>
2222
<group value="productVideo"/>
23+
<skip>
24+
<issueId value="MC-33903"/>
25+
</skip>
2326
</annotations>
2427
<before>
2528
<magentoCLI command="downloadable:domains:add" arguments="static.magento.com" before="setYoutubeApiKeyConfig" stepKey="addDownloadableDomain"/>

app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoGroupedProductTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<group value="catalog"/>
2121
<group value="groupedProduct"/>
2222
<group value="productVideo"/>
23+
<skip>
24+
<issueId value="MC-33903"/>
25+
</skip>
2326
</annotations>
2427
<before>
2528
<createData entity="SimpleProduct2" after="setYoutubeApiKeyConfig" stepKey="createFirstSimpleProduct"/>

app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoSimpleProductTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<testCaseId value="MC-206"/>
2020
<group value="catalog"/>
2121
<group value="productVideo"/>
22+
<skip>
23+
<issueId value="MC-33903"/>
24+
</skip>
2225
</annotations>
2326
<before>
2427
<createData entity="ProductVideoYoutubeApiKeyConfig" stepKey="setYoutubeApiKeyConfig"/>

app/code/Magento/ProductVideo/Test/Mftf/Test/YoutubeVideoWindowOnProductPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MAGETWO-95254"/>
1919
<useCaseId value="MAGETWO-91707"/>
2020
<group value="productVideo"/>
21+
<skip>
22+
<issueId value="MC-33903"/>
23+
</skip>
2124
</annotations>
2225

2326
<before>

0 commit comments

Comments
 (0)