Tests: skip a flaky test (test_get_reports_with_orphaned_refund). (#49711)

This commit is contained in:
Vladimir Reznichenko 2024-07-19 13:04:11 +02:00 committed by GitHub
parent 2baa82b750
commit 83e7730f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ class WC_Admin_Tests_API_Reports_Orders extends WC_REST_Unit_Test_Case {
}
public function test_get_reports_with_orphaned_refund() {
$this->markTestSkipped( 'Flaky: see https://github.com/woocommerce/woocommerce/issues/49630' );
wp_set_current_user( $this->user );
WC_Helper_Reports::reset_stats_dbs();