File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ public function testApplyCouponToNonExistentCart()
174
174
*/
175
175
public function testApplyExpiredCoupon ()
176
176
{
177
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/574 ' );
177
178
$ couponCode = '2?ds5!2d ' ;
178
179
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
179
180
$ query = $ this ->getQuery ($ maskedQuoteId , $ couponCode );
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ public function testApplyCouponToNonExistentCart()
139
139
*/
140
140
public function testApplyExpiredCoupon ()
141
141
{
142
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/574 ' );
142
143
$ couponCode = '2?ds5!2d ' ;
143
144
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
144
145
$ query = $ this ->getQuery ($ maskedQuoteId , $ couponCode );
You can’t perform that action at this time.
0 commit comments