mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky apm suites
This commit is contained in:
parent
92858c1bdf
commit
db6ce7fb33
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import { opbeans } from '../../../fixtures/synthtrace/opbeans';
|
|||
|
||||
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', () => {
|
||||
before(async () => {
|
||||
await synthtrace.index(
|
||||
opbeans({
|
||||
|
|
|
@ -27,7 +27,7 @@ const nodeServiceInfraPageHref = url.format({
|
|||
query: { rangeFrom: start, rangeTo: end },
|
||||
});
|
||||
|
||||
describe('Infrastructure page', () => {
|
||||
describe.skip('Infrastructure page', () => {
|
||||
before(async () => {
|
||||
await synthtrace.index(
|
||||
generateData({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue