Skip to content

Commit

Permalink
skip flaky suite (#98562)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Apr 28, 2021
1 parent 8d89dae commit b52b032
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 () {
// Failing: See 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 b52b032

Please sign in to comment.