Skip to content

Commit

Permalink
skip flaky suite (elastic#177663)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 22, 2024
1 parent 34edd40 commit 7fe81b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}
);

registry.when('Service details when data is generated', { config: 'basic', archives: [] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/177663
registry.when.skip('Service details when data is generated', { config: 'basic', archives: [] }, () => {
let body: ServiceDetails;
let status: number;

Expand Down

0 comments on commit 7fe81b8

Please sign in to comment.