mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
5317c733a4
commit
74a4bc5c15
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['settings']);
|
||||
|
||||
describe('index pattern filter', function describeIndexTests() {
|
||||
describe.skip('index pattern filter', function describeIndexTests() {
|
||||
before(function () {
|
||||
// delete .kibana index and then wait for Kibana to re-create it
|
||||
return kibanaServer.uiSettings.replace({})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue