Skip to content

Commit

Permalink
Skip lens tests on serverless.
Browse files Browse the repository at this point in the history
  • Loading branch information
adcoelho committed Sep 6, 2023
1 parent e113385 commit d8d464b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('Lens visualization', () => {
// FLAKY
describe.skip('Lens visualization', () => {
before(async () => {
await cases.testResources.installKibanaSampleData('logs');
await createAndNavigateToCase(getPageObject, getService, owner);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('Lens visualization', () => {
// FLAKY
describe.skip('Lens visualization', () => {
before(async () => {
await cases.testResources.installKibanaSampleData('logs');
await createAndNavigateToCase(getPageObject, getService, owner);
Expand Down

0 comments on commit d8d464b

Please sign in to comment.