Skip to content

Commit

Permalink
skip flaky suite (#124334)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 2, 2022
1 parent 1efe999 commit 47a2516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/maps/file_upload/shapefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getPageObjects, getService }) {
const security = getService('security');
const retry = getService('retry');

describe('shapefile upload', () => {
// FLAKY: https://github.com/elastic/kibana/issues/124334
describe.skip('shapefile upload', () => {
let indexName = '';
before(async () => {
await security.testUser.setRoles([
Expand Down

0 comments on commit 47a2516

Please sign in to comment.