Skip to content

Commit b5c3d4b

Browse files
authored
Merge pull request #18216 from mozilla/FXA-10979
task(playwright-tests): Mark flaky test with fixme
2 parents 900d604 + 607a312 commit b5c3d4b

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)