mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Temporarily re-disable flaky selenium test
Sigh.
Bug: T334001
Change-Id: Ia21c14f72631e607e0d626408557eacb83529a03
(cherry picked from commit f8bd8cfe27
)
This commit is contained in:
parent
5c5ee3b983
commit
d3a64523a7
|
@ -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' );
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue