Skip to content

Commit

Permalink
skip failing test suite (#189078)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 24, 2024
1 parent 03fa04c commit 89cafc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_saved_query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const savedQueryManagementComponent = getService('savedQueryManagementComponent');
const testSubjects = getService('testSubjects');

describe('dashboard saved queries', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/189078
describe.skip('dashboard saved queries', function describeIndexTests() {
before(async function () {
await kibanaServer.savedObjects.cleanStandardList();
await kibanaServer.importExport.load(
Expand Down

0 comments on commit 89cafc5

Please sign in to comment.