Skip to content

Commit

Permalink
skip failing suite (#70104) (#70103)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jun 26, 2020
1 parent 0bdff15 commit e4aaed6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ function mockClient() {
} as unknown) as Pick<SavedObjectsClientContract, 'find' | 'bulkGet'>;
}

describe('loader', () => {
// Failing: See https://github.com/elastic/kibana/issues/70104
describe.skip('loader', () => {
describe('loadIndexPatterns', () => {
it('should not load index patterns that are already loaded', async () => {
const cache = await loadIndexPatterns({
Expand Down

0 comments on commit e4aaed6

Please sign in to comment.