skip newly added test as appears to be flaky

This commit is contained in:
nigeljamesstevenson 2023-11-27 11:47:45 +00:00
parent 2f7bd83ae2
commit 2896a4a4bd
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ test.describe( 'Analytics-related tests', () => {
await expect( page.getByRole( 'menuitem', { name: 'Variations Sold 40 No change from Previous year:' } ) ).toBeVisible();
} );
test( 'downloads revenue report as CSV', async( { page } ) => {
// this test will be skipped until the cause of test flakiness can be diagnosed and updated
test.skip( 'downloads revenue report as CSV', async( { page } ) => {
await page.goto( '/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Frevenue' );
// FTUX tour on first run through
try {