[php tests] Skip test_order_updated_webhook_delivered_once (#48064)

This commit is contained in:
Adrian Moldovan 2024-06-03 20:04:18 +03:00 committed by GitHub
parent 1386fa2df2
commit d4a4590ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Skipped flaky test: test_order_updated_webhook_delivered_once

View File

@ -3222,6 +3222,8 @@ class OrdersTableDataStoreTests extends HposTestCase {
* @testDox Test webhooks are not fired multiple times on order save.
*/
public function test_order_updated_webhook_delivered_once() {
$this->markTestSkipped( 'Skipped temporarily due to increased flakiness.' );
$this->toggle_cot_authoritative( true );
$this->enable_cot_sync();