Skip to content

Commit a375f07

Browse files
skip test which checks if message is from contact. May be a world where we opt someone out after we send them a message
1 parent cfc3928 commit a375f07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__test__/extensions/message-handlers/ngpvan-optout.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ describe("extensions.message-handlers.ngpvan-optout", () => {
176176
});
177177
});
178178

179-
describe("when the message is not from the contact", () => {
179+
// Skipping as there is a world where we opt out someone
180+
// even when the message is not from them originally
181+
describe.skip("when the message is not from the contact", () => {
180182
beforeEach(async () => {
181183
message = {
182184
...message,

0 commit comments

Comments
 (0)