Skip to content

Commit

Permalink
Merge branch 'main' into im/details_page/remove_feature_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech authored Sep 27, 2023
2 parents 4548d46 + 7013a9b commit b2ad898
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getPageObjects, getService }) {
const testSubjects = getService('testSubjects');
const security = getService('security');

describe('maps add-to-dashboard save flow', () => {
// Failing: See https://github.com/elastic/kibana/issues/167320
describe.skip('maps add-to-dashboard save flow', () => {
before(async () => {
await security.testUser.setRoles(
[
Expand Down

0 comments on commit b2ad898

Please sign in to comment.