Skip to content

Commit dfd606f

Browse files
authored
chore(tests): temporarily skip long running tests (#1073)
- temporarily skip test due to long running search indexing
1 parent 4e3017a commit dfd606f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/platform-sdk/test/integration-tests/order/order.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('testing order API calls', () => {
9292
order = _order
9393
})
9494

95-
it('should search an order', async () => {
95+
it.skip('should search an order', async () => {
9696
let project = await ctpApiBuilder.get().execute()
9797

9898
if (project.body.searchIndexing.orders.status === 'Deactivated') {

0 commit comments

Comments
 (0)