Skip to content

Commit

Permalink
skip flaky suite (#98562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 4, 2021
1 parent 921943c commit 9a6c774
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const deployment = getService('deployment');
const PageObjects = getPageObjects(['security', 'common']);

describe('Basic functionality', function () {
// FLAKY: https://github.com/elastic/kibana/issues/98562
describe.skip('Basic functionality', function () {
this.tags('includeFirefox');

const testCredentials = { username: 'admin_user', password: 'change_me' };
Expand Down

0 comments on commit 9a6c774

Please sign in to comment.