Skip to content

Commit

Permalink
skip failing suite. #138905
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 16, 2022
1 parent 7b82637 commit e5f17be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { appContextService } from '../services';

import { useDockerRegistry } from './helpers';

describe('validate bundled packages', () => {
// Failing: https://github.com/elastic/kibana/issues/138905
describe.skip('validate bundled packages', () => {
const registryUrl = useDockerRegistry();
let mockContract: ReturnType<typeof createAppContextStartContractMock>;

Expand Down

0 comments on commit e5f17be

Please sign in to comment.