Skip to content

Commit

Permalink
skip flaky suite (#120056)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 9, 2021
1 parent 3b6ab5c commit d9f436c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}
);

registry.when(
// FLAKY: https://github.com/elastic/kibana/issues/120056
registry.when.skip(
'Instance details when data is loaded',
{ config: 'basic', archives: [archiveName] },
() => {
describe('fetch instance details', () => {
describe.skip('fetch instance details', () => {
let response: {
status: number;
body: ServiceOverviewInstanceDetails;
Expand Down

0 comments on commit d9f436c

Please sign in to comment.