Skip to content

Commit

Permalink
skip flaky suite (#176982)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 15, 2024
1 parent 62b2ae8 commit 77e9601
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}

registry.when('Service Map', { config: 'trial', archives: [] }, () => {
describe('optional kuery param', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176982
describe.skip('optional kuery param', () => {
before(async () => {
const events = timerange(start, end)
.interval('15m')
Expand Down

0 comments on commit 77e9601

Please sign in to comment.