Skip to content

Commit

Permalink
Merge pull request #9111 from CitizenLabDotCo/skip-intermittent-widge…
Browse files Browse the repository at this point in the history
…t-test

Temporarily skip demographics widget test
  • Loading branch information
EdwinKato authored Oct 14, 2024
2 parents e273f04 + 5dac9b8 commit 48a4170
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const users = Array(4)

const userIds: string[] = [];

describe('Demographics widget', () => {
// Temporarily skip intermitttent demographics widget test. Tracking fix with TAN-2811
describe.skip('Demographics widget', () => {
before(() => {
cy.apiCreateProject({
title: randomString(),
Expand Down

0 comments on commit 48a4170

Please sign in to comment.