From 4c09bf73d3bb35bece16c9f16cdee306d3841b5f Mon Sep 17 00:00:00 2001 From: Jon Lane Date: Mon, 21 Aug 2023 15:30:07 -0700 Subject: [PATCH] Remove comment for non-skipped test (cleanup) --- .../tests/api-core-tests/tests/products/product-list.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/woocommerce/tests/api-core-tests/tests/products/product-list.test.js b/plugins/woocommerce/tests/api-core-tests/tests/products/product-list.test.js index 24625f33d5d..1dbc8be7883 100644 --- a/plugins/woocommerce/tests/api-core-tests/tests/products/product-list.test.js +++ b/plugins/woocommerce/tests/api-core-tests/tests/products/product-list.test.js @@ -3195,8 +3195,6 @@ test.describe( 'Products API tests: List All Products', () => { } ); } ); - // This case will remain skipped until orderby include is fixed. - // See: https://github.com/woocommerce/woocommerce/issues/30354#issuecomment-925955099. test( 'include', async ( { request } ) => { const includeIds = [ sampleData.groupedProducts[ 0 ].id,