Skip to content

Commit

Permalink
skip failing test suite (#140241)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 20, 2022
1 parent 2acc1c8 commit 6927902
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function ({ getPageObjects, getService }) {
const security = getService('security');
const testSubjects = getService('testSubjects');

describe('embed in dashboard', () => {
// Failing: See https://github.com/elastic/kibana/issues/140241
describe.skip('embed in dashboard', () => {
before(async () => {
await security.testUser.setRoles(
[
Expand Down

0 comments on commit 6927902

Please sign in to comment.