mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#209228)
This commit is contained in:
parent
ecd33168b1
commit
6de2ef0e6d
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getPageObjects, getService }) {
|
|||
const security = getService('security');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('shapefile upload', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/209228
|
||||
describe.skip('shapefile upload', () => {
|
||||
let indexName = '';
|
||||
before(async () => {
|
||||
await security.testUser.setRoles([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue