Skip to content

Commit

Permalink
Disable play e2e test (#8095)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Apr 11, 2024
1 parent 4e85691 commit 345d3df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/e2e/play.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ declare global {
}
}

test('should play a trending track', async ({ page }) => {
// TODO: fix this test https://linear.app/audius/issue/C-4269/fix-e2e-play-test
test.skip('should play a trending track', async ({ page }) => {
await page.goto('trending')

const trendingList = page.getByRole('list', {
Expand Down

0 comments on commit 345d3df

Please sign in to comment.