skip newly added test as appears to be flaky
This commit is contained in:
parent
2f7bd83ae2
commit
2896a4a4bd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue