diff --git a/.config/playwright.config.js b/.config/playwright.config.js index 7fe47a8e4791..10d88dca21ef 100644 --- a/.config/playwright.config.js +++ b/.config/playwright.config.js @@ -39,7 +39,10 @@ const lite = defineConfig(base, { "**/custom_css.spec.ts", // Media queries is not working somehow. "**/clear_components.spec.ts", // `gr.Image()` with remote image is not supported in lite because it calls `httpx.stream` through `processing_utils.save_url_to_cache()`. "**/load_space.spec.ts", // `gr.load()`, which calls `httpx.get` is not supported in lite. - "**/gradio_pdf_demo.spec.ts" // The PDF component is not working on Lite, https://github.com/gradio-app/gradio/issues/7476 + "**/gradio_pdf_demo.spec.ts", // The PDF component is not working on Lite, https://github.com/gradio-app/gradio/issues/7476 + "**/file_explorer_component_events.spec.ts", + "**/gallery_component_events.spec.ts", + "**/queue_full_e2e_test.spec.ts" ], expect: { timeout: 60000 }, timeout: 60000,