Disable assembler header test temporarily (#46217)

* Disable assembler header test temporarily

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Alba Rincón 2024-04-04 12:07:01 +02:00 committed by GitHub
parent c0da722a93
commit 5129811c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Skip CYS header test.

View File

@ -105,7 +105,7 @@ test.describe( 'Assembler -> headers', () => {
await expect( assembler.getByText( 'Done' ) ).toBeEnabled();
} );
test( 'The selected header should be applied on the frontend', async ( {
test.skip( 'The selected header should be applied on the frontend', async ( {
assemblerPage,
page,
baseURL,