Skip to content

Commit

Permalink
[Skip Failed Tests][Unsupported FTRs] APM Cypress && Synthetics Tests
Browse files Browse the repository at this point in the history
See details: elastic#191961
  • Loading branch information
wayneseymour committed Sep 3, 2024
1 parent a0cc891 commit 15fa68f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const mainApiRequestsToIntercept = [

const mainAliasNames = mainApiRequestsToIntercept.map(({ aliasName }) => `@${aliasName}`);

describe('Service inventory', () => {
// See details: https://github.com/elastic/kibana/issues/191961
describe.skip('Service inventory', () => {
before(() => {
const { rangeFrom, rangeTo } = timeRange;
synthtrace.index(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ const aliasNamesWithComparison = apiRequestsToInterceptWithComparison.map(

const aliasNames = [...aliasNamesNoComparison, ...aliasNamesWithComparison];

describe('Service Overview', () => {
// See details: https://github.com/elastic/kibana/issues/191961
describe.skip('Service Overview', () => {
before(() => {
synthtrace.index(
opbeans({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const apisToIntercept = [
},
];

describe('Service overview: Time Comparison', () => {
// See details: https://github.com/elastic/kibana/issues/191961
describe.skip('Service overview: Time Comparison', () => {
before(() => {
synthtrace.index(
opbeans({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const mainApiRequestsToIntercept = [

const mainAliasNames = mainApiRequestsToIntercept.map(({ aliasName }) => `@${aliasName}`);

describe('Storage Explorer', () => {
// See details: https://github.com/elastic/kibana/issues/191961
describe.skip('Storage Explorer', () => {
before(() => {
const { rangeFrom, rangeTo } = timeRange;
synthtrace.index(
Expand Down

0 comments on commit 15fa68f

Please sign in to comment.