mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[PR #8450] [MERGED] ci: fix for cypress error in integration test #22225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8450
Author: @d4v3y0rk
Created: 1/10/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @tjbck
Base:
dev← Head:fix-integration-test-error📝 Commits (1)
4d349acpotential fix for cypress error📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+2 -0)📄 Description
Not making any changes to the code. I think I found a fix for the integration tests failure under 24.04 with the error:
Github recently changed over to 24.04 for
ubuntu-latestCypress has an open issue for this error related to ubuntu 24.04.
https://github.com/cypress-io/cypress/issues/29521
I commented on that issue with my test results. I found that this Environment variable fixed the issue in a 24.04 docker container.
I did some testing a found a potential fix. If you all will let that workflow run we can find out and maybe the integration tests will work again.
I did not follow the PR checklist because I was not changing any code or anything that needed tests, just trying to fix one of the tests itself...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.