Skip to content

Commit

Permalink
skip failing test suite (#166461)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 20, 2023
1 parent 26893e2 commit c9b38ce
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, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['observabilityLogExplorer', 'svlCommonPage']);
const testSubjects = getService('testSubjects');

describe('Filter controls customization', () => {
// Failing: See https://github.com/elastic/kibana/issues/166461
describe.skip('Filter controls customization', () => {
before('initialize tests', async () => {
await PageObjects.svlCommonPage.login();
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
Expand Down

0 comments on commit c9b38ce

Please sign in to comment.