Skip to content

Commit

Permalink
chore: skip slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 5, 2024
1 parent b46a6d8 commit 8ee58a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/affine-cloud/e2e/copilot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@ test.describe('chat with block', () => {
.then(b => b.click());
});

test('generate an image', async ({ page }) => {
// skip by default, dalle is very slow
test.skip('generate an image', async ({ page }) => {
await page
.waitForSelector('.ai-item-generate-an-image')
.then(i => i.click());
Expand Down

0 comments on commit 8ee58a5

Please sign in to comment.