Skip to content

Commit

Permalink
skip flaky suite (#120056)
Browse files Browse the repository at this point in the history
(cherry picked from commit d9f436c)
  • Loading branch information
spalger committed Dec 9, 2021
1 parent bec46af commit 046d7fb
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 046d7fb

Please sign in to comment.