Skip to content

Commit adddaa2

Browse files
kostajhjenkins-bot
authored andcommitted
selenium: Skip flaky test
Bug: T388228 Change-Id: Ia522582f06464a817b743504368cba908fef6b44
1 parent c867260 commit adddaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/tests/selenium/specs/item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe( 'item', () => {
8888
await expect( ItemPage.editButton ).not.toExist();
8989
} );
9090

91-
it( 'has its label not rendered when linked on a Wikipage', async () => {
91+
it.skip( 'has its label not rendered when linked on a Wikipage', async () => {
9292
const itemId = await WikibaseApi.createItem( Util.getTestString( 'T111346-' ) );
9393
await EntityPage.open( itemId );
9494

0 commit comments

Comments
 (0)