Skip to content

Commit

Permalink
skip flaky suite (#71939)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a8d021)
  • Loading branch information
spalger committed Jul 15, 2020
1 parent 91612cb commit 27b93b7
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 ({ getService }: FtrProviderContext) {
const mappingsPackage = 'overrides-0.1.0';
const server = dockerServers.get('registry');

describe('installs packages that include settings and mappings overrides', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/71939
describe.skip('installs packages that include settings and mappings overrides', async () => {
after(async () => {
if (server.enabled) {
// remove the package just in case it being installed will affect other tests
Expand Down

0 comments on commit 27b93b7

Please sign in to comment.