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
commit 8563d87729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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