Skip to content

Commit

Permalink
skip failing test suite (#201071)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 25, 2024
1 parent cf3ce58 commit ab9316d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group4/_data_view_edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'unifiedFieldList',
]);

describe('data view flyout', function () {
// Failing: See https://github.com/elastic/kibana/issues/201071
describe.skip('data view flyout', function () {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover.json');
Expand Down

0 comments on commit ab9316d

Please sign in to comment.