Skip to content

Commit

Permalink
skip failing test suite (#201744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 27, 2024
1 parent 68ca81e commit a77d98b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/data_views/_handle_alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'home', 'settings', 'discover', 'timePicker']);
const kibanaServer = getService('kibanaServer');

describe('Index patterns on aliases', function () {
// Failing: See https://github.com/elastic/kibana/issues/201744
describe.skip('Index patterns on aliases', function () {
before(async function () {
await kibanaServer.savedObjects.cleanStandardList();
await security.testUser.setRoles(['kibana_admin', 'test_alias_reader']);
Expand Down

0 comments on commit a77d98b

Please sign in to comment.