mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#201071)
This commit is contained in:
parent
a81a47404a
commit
33f06c5a85
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'unifiedFieldList',
|
||||
]);
|
||||
|
||||
describe('data view flyout', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/201071
|
||||
describe.skip('data view flyout', function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover.json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue