Skip to content

Commit

Permalink
skip failing test suite (#196120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 16, 2024
1 parent 9bca8b7 commit 501874f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'] });
Expand Down

0 comments on commit 501874f

Please sign in to comment.