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:
Katrina Anderson 2024-03-06 11:50:02 -05:00
Родитель 1aa30ea80c
Коммит c5c54a1cd6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 29498BAA6FF57991
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);