Skip to content

Commit 607a312

Browse files
committed
feat(playwright-tests): Mark flaky test with fixme
Because: * The flaky test in question is blocking development of unrelated code. This commit: * Tags the test with `fixme` so involved circleCI builds will pass. Closes #FXA-10979
1 parent e47544f commit 607a312

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/functional-tests/tests/subscription-tests/coupons-ui-tests/paymentMode.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test.describe('severity-2 #smoke', () => {
1515
pages: { relier, subscribe, settings, signin },
1616
credentials,
1717
}, { project }) => {
18+
test.fixme(project.name != 'production', 'FXA-10978');
1819
test.skip(
1920
project.name === 'production',
2021
'no real payment method available in prod'

0 commit comments

Comments
 (0)