Temporarily re-disable flaky selenium test

Sigh.

Bug: T334001
Change-Id: Ia21c14f72631e607e0d626408557eacb83529a03
(cherry picked from commit f8bd8cfe27)
This commit is contained in:
Daimona Eaytoy 2023-04-04 22:30:06 +02:00 committed by Lucas Werkmeister (WMDE)
parent 5c5ee3b983
commit d3a64523a7

View file

@ -156,7 +156,7 @@ describe( 'Filter editing', function () {
assert( await ViewEditPage.error.isDisplayed() );
} );
it( 'data is retained if saving fails', async function () {
it.skip( 'data is retained if saving fails', async function () {
const rulesValue = await ViewEditPage.rules.getValue();
assert.strictEqual( rulesValue, rules + '\n' );
} );