-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Failing tests can be seen here. This is because tests/e2e/helpers/dashboard/test_e2e.py hard codes the dashboard port to 2718. Marimo dynamically allocates the port on which the notebook is served based on the available ports.
Having the end-to-end playwright tests inside common tests makes it inconvenient to disable and skip the check. As mentioned here #2701 (comment), it should have its own CI workflow
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done