We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 900d604 + 607a312 commit b5c3d4bCopy full SHA for b5c3d4b
1 file changed
packages/functional-tests/tests/subscription-tests/coupons-ui-tests/paymentMode.spec.ts
@@ -15,6 +15,7 @@ test.describe('severity-2 #smoke', () => {
15
pages: { relier, subscribe, settings, signin },
16
credentials,
17
}, { project }) => {
18
+ test.fixme(project.name != 'production', 'FXA-10978');
19
test.skip(
20
project.name === 'production',
21
'no real payment method available in prod'
0 commit comments