mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#196120)
This commit is contained in:
parent
9bca8b744a
commit
501874f2a8
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const security = getService('security');
|
||||
|
||||
describe('discover data grid context tests', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/196120
|
||||
describe.skip('discover data grid context tests', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue