ci: Skip truncated values test for refactoring (#8670)

This commit is contained in:
Gabriel Luiz Freitas Almeida
2025-06-23 09:46:30 -03:00
committed by GitHub
parent 15f44519af
commit 8563d87729

View File

@ -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 }) => {