зеркало из https://github.com/mozilla/fxa.git
test(fxa-auth-server): temporarily skip manager.js > #integration - PaymentConfigManager > listeners > registers new/updates plans and products
Because: - Flake has been detected in the manager.js > #integration - PaymentConfigManager > listeners > registers new/updates plans and products This commit: - applies a skip annotation to the test until an investigation can be conducted and a fix applied Relates To #FXA-9111
This commit is contained in:
Родитель
1aa30ea80c
Коммит
c5c54a1cd6
|
@ -184,7 +184,7 @@ describe('#integration - PaymentConfigManager', () => {
|
|||
}
|
||||
});
|
||||
|
||||
it('registers new/updates plans and products', async () => {
|
||||
it.skip('registers new/updates plans and products (Fix required as of 2024/02/12 (see FXA-9111))', async () => {
|
||||
const newProduct = cloneDeep(productConfig);
|
||||
newProduct.id = randomUUID();
|
||||
const newPlan = cloneDeep(planConfig);
|
||||
|
|
Загрузка…
Ссылка в новой задаче