From 67112a253466f640fc7b2e52e603817163b02a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20L=C3=B3pez?= Date: Mon, 25 Apr 2022 16:24:08 +0200 Subject: [PATCH] Revert gitignore and changelog. --- plugins/woocommerce/.gitignore | 3 --- .../changelog/add-merchant-view-coupons-performance-test | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 plugins/woocommerce/changelog/add-merchant-view-coupons-performance-test diff --git a/plugins/woocommerce/.gitignore b/plugins/woocommerce/.gitignore index 87c2f77d849..c991d06cea1 100644 --- a/plugins/woocommerce/.gitignore +++ b/plugins/woocommerce/.gitignore @@ -34,6 +34,3 @@ i18n/languages/woocommerce.pot # Allure directories allure-report allure-results - -# Work in progress performance test -**/tests/performance/**/wip.js \ No newline at end of file diff --git a/plugins/woocommerce/changelog/add-merchant-view-coupons-performance-test b/plugins/woocommerce/changelog/add-merchant-view-coupons-performance-test deleted file mode 100644 index 876eab3b1a5..00000000000 --- a/plugins/woocommerce/changelog/add-merchant-view-coupons-performance-test +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Added new performance test for viewing coupons and added a work in progress scenario for debugging merchant performance tests.