mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#166461)
This commit is contained in:
parent
26893e2e36
commit
c9b38cece8
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue