Skip to content

Commit

Permalink
skip flaky suite (elastic#174066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Feb 8, 2024
1 parent dddbb1d commit b41bf1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const es = getService('es');
const PageObjects = getPageObjects(['settings', 'common', 'header']);

describe('creating and deleting default data view', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/174066
describe.skip('creating and deleting default data view', function describeIndexTests() {
before(async function () {
await esArchiver.emptyKibanaIndex();
await esArchiver.loadIfNeeded(
Expand Down

0 comments on commit b41bf1d

Please sign in to comment.