Skip to content

Commit

Permalink
[Functional] Unskip chained controls tests (#76610)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Sep 4, 2020
1 parent 9ea61fc commit 6e339d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function ({ getService, getPageObjects }) {
const find = getService('find');
const comboBox = getService('comboBox');

// FLAKY: https://github.com/elastic/kibana/issues/68472
describe.skip('chained controls', function () {
describe('chained controls', function () {
this.tags('includeFirefox');

before(async () => {
Expand Down

0 comments on commit 6e339d3

Please sign in to comment.