Skip to content

Commit

Permalink
skip flaky suite (#165461)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 5, 2023
1 parent d44bf0a commit ad43fc0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const dashboardPanelActions = getService('dashboardPanelActions');
const kibanaServer = getService('kibanaServer');

describe('dashboard lens by value', function () {
// FLAKY: https://github.com/elastic/kibana/issues/165461
describe.skip('dashboard lens by value', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
await kibanaServer.importExport.load(
Expand Down

0 comments on commit ad43fc0

Please sign in to comment.