mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#130190)
This commit is contained in:
parent
f5bb693077
commit
f9dd12937b
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/128558
|
||||
describe('data view filter', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/130190
|
||||
describe.skip('data view filter', function describeIndexTests() {
|
||||
before(async function () {
|
||||
await esArchiver.emptyKibanaIndex();
|
||||
await kibanaServer.uiSettings.replace({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue