mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[APM] skipping flaky test (#137111)
* [APM] skipping flaky test * [APM] skipping flaky test * [APM] skipping flaky test
This commit is contained in:
parent
fd1e7ed600
commit
5a277a502a
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ const settingsPath = '/app/management/kibana/settings';
|
|||
|
||||
const start = '2021-10-10T00:00:00.000Z';
|
||||
const end = '2021-10-10T00:15:00.000Z';
|
||||
describe('Comparison feature flag', () => {
|
||||
describe.skip('Comparison feature flag', () => {
|
||||
const comparisonToggle =
|
||||
'[data-test-subj="advancedSetting-editField-observability:enableComparisonByDefault"]';
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ const serviceOverviewPath = '/app/apm/services/opbeans-python/overview';
|
|||
const start = '2021-10-10T00:00:00.000Z';
|
||||
const end = '2021-10-10T00:15:00.000Z';
|
||||
|
||||
describe('Infrastracture feature flag', () => {
|
||||
describe.skip('Infrastracture feature flag', () => {
|
||||
const infraToggle =
|
||||
'[data-test-subj="advancedSetting-editField-observability:enableInfrastructureView"]';
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ const timeRange = {
|
|||
rangeTo: end,
|
||||
};
|
||||
|
||||
describe('Dependencies', () => {
|
||||
describe.skip('Dependencies', () => {
|
||||
before(async () => {
|
||||
await synthtrace.index(
|
||||
opbeans({
|
||||
|
|
|
@ -213,7 +213,7 @@ describe('Service Overview', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('with the correct environment when changing the environment', () => {
|
||||
it.skip('with the correct environment when changing the environment', () => {
|
||||
cy.wait(aliasNames, { requestTimeout: 10000 });
|
||||
|
||||
cy.intercept('GET', 'internal/apm/suggestions?*').as(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue