Skip to content

Commit

Permalink
skip flaky suite (#182126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 30, 2024
1 parent ab22609 commit 0762c6e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');

describe('discover/group2', function () {
// FLAKY: https://github.com/elastic/kibana/issues/182126
describe.skip('discover/group2', function () {
before(async function () {
await browser.setWindowSize(1600, 1200);
});
Expand Down

0 comments on commit 0762c6e

Please sign in to comment.