Skip to content

Commit

Permalink
temps functional test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
vpomerleau committed Mar 6, 2025
1 parent 8695c0e commit 4c3b5ea
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ function getPhoneNumber(env: string) {
}

test.describe('severity-1 #smoke', () => {
test.fixme(
true,
'FXA-11191 will resolve issue with switching between twilio and redis clients'
);
test.describe('recovery phone', () => {
// Run these tests sequentially when using the Twilio API because they rely on the same test phone number.
// When using the Twilio API, we cannot determine the order in which the messages were received.
Expand Down

0 comments on commit 4c3b5ea

Please sign in to comment.