Skip to content

Commit

Permalink
skip flaky suite (#44250)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e3beae)
  • Loading branch information
spalger committed Sep 2, 2019
1 parent 8cd82c4 commit 360358f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const { callWhenOnline, memorize } = Slapshot;

let servers: { kbnServer: any; shutdown: () => void };

describe('Example contract tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/44250
describe.skip('Example contract tests', () => {
beforeAll(async () => {
await callWhenOnline(async () => {
servers = await createKibanaServer({
Expand Down

0 comments on commit 360358f

Please sign in to comment.