Skip to content

Commit 59c0d49

Browse files
Skip test_json_search_customers for now (#60216)
* Skip test_json_search_customers for now * added changelog
1 parent b434383 commit 59c0d49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: dev
3+
4+
Skip skip/test_json_search_customers test for now

plugins/woocommerce/tests/php/includes/class-wc-ajax-test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ public function test_apply_coupon_with_tax_inclusive_settings() {
203203
* @throws Automattic\WooCommerce\Internal\DependencyManagement\ContainerException If the LegacyProxy cannot be retrieved.
204204
*/
205205
public function test_json_search_customers(): void {
206+
$this->markTestSkipped( 'Skipping this test temporarily due to intermittent failures. Needs proper investigation.' );
207+
206208
// This class does not inherit from WC_Unit_Test_Case, so we're handling the legacy proxy mechanics ourselves.
207209
$legacy_proxy = wc_get_container()->get( LegacyProxy::class );
208210
$legacy_proxy->reset();

0 commit comments

Comments
 (0)