mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#144025)
This commit is contained in:
parent
a0e1911370
commit
a022ca4e4c
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
}
|
||||
);
|
||||
|
||||
registry.when('Storage details', { config: 'basic', archives: [] }, () => {
|
||||
describe('when data is loaded', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/144025
|
||||
registry.when.skip('Storage details', { config: 'basic', archives: [] }, () => {
|
||||
describe.skip('when data is loaded', () => {
|
||||
before(async () => {
|
||||
const serviceGo = apm
|
||||
.service({ name: serviceName, environment: 'production', agentName: 'go' })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue