[php tests] Skip test_order_updated_webhook_delivered_once (#48064)
This commit is contained in:
parent
1386fa2df2
commit
d4a4590ed6
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Skipped flaky test: test_order_updated_webhook_delivered_once
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue