ci: Skip truncated values test for refactoring (#8670)
This commit is contained in:
parent
15f44519af
commit
8563d87729
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue