[APM] skipping flaky test (#137111)

* [APM] skipping flaky test

* [APM] skipping flaky test

* [APM] skipping flaky test
This commit is contained in:
Cauê Marcondes 2022-07-26 09:15:51 -04:00 committed by GitHub
parent fd1e7ed600
commit 5a277a502a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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"]';

View file

@ -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"]';

View file

@ -16,7 +16,7 @@ const timeRange = {
rangeTo: end,
};
describe('Dependencies', () => {
describe.skip('Dependencies', () => {
before(async () => {
await synthtrace.index(
opbeans({

View file

@ -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(