mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-09-04 11:06:25 +08:00
Skip a flaky test for analytics product refund (#60744)
* Skip flaky test * Add changelog
This commit is contained in:
parent
8d664bd452
commit
587fb68a20
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Skip a flaky test for core analytics sync order product refunds
|
||||
|
||||
|
|
@ -811,6 +811,7 @@ class WC_Admin_Tests_Reports_Products extends WC_Unit_Test_Case {
|
|||
* The refund type will be full but there will not be refund order line items.
|
||||
*/
|
||||
public function test_sync_order_products_refund_one_product_then_full_refund() {
|
||||
$this->markTestSkipped( 'Mark flaky test for revisit as first assertion occasionally fails with null value.' );
|
||||
global $wpdb;
|
||||
|
||||
WC_Helper_Reports::reset_stats_dbs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue