Skip to content

Commit 88c37f5

Browse files
committed
Disable sponsors test
1 parent 68dd733 commit 88c37f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-integration/detail-page.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ describe("an extension details page", () => {
6868
).resolves.toBeTruthy()
6969
})
7070

71-
it("should show a sponsor", async () => {
71+
// This is no longer reliable because of shifting corporate affiliations among some contributors
72+
xit("should show a sponsor", async () => {
7273
await expect(
7374
page.waitForSelector(`xpath///*[text()="Sponsor"]`)
7475
).resolves.toBeTruthy()

0 commit comments

Comments
 (0)