Remove comment for non-skipped test (cleanup)
This commit is contained in:
parent
5128c26140
commit
4c09bf73d3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue