mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 15:41:13 +08:00
ci: Skip truncated values test for refactoring (#8670)
This commit is contained in:
committed by
GitHub
parent
15f44519af
commit
8563d87729
@ -1,7 +1,8 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
import { awaitBootstrapTest } from "../../utils/await-bootstrap-test";
|
||||
|
||||
test(
|
||||
// TODO: This test needs to be rebuilt/refactored
|
||||
test.skip(
|
||||
"truncated values must be displayed correctly",
|
||||
{ tag: ["@release", "@components"] },
|
||||
async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user