Skip to content

Commit

Permalink
Unskip basic functionality test.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Nov 10, 2021
1 parent 672a9c2 commit 5ff4105
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const deployment = getService('deployment');
const PageObjects = getPageObjects(['security', 'common']);

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

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

0 comments on commit 5ff4105

Please sign in to comment.