Skip to content

Commit

Permalink
skip flaky suite (#78496)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 24, 2020
1 parent 9d8a389 commit e53fcbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -21,7 +21,8 @@ import {

import { HOSTS_URL, NETWORK_URL } from '../urls/navigation';

describe('Inspect', () => {
// FLAKY: https://github.com/elastic/kibana/issues/78496
describe.skip('Inspect', () => {
context('Hosts stats and tables', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);

0 comments on commit e53fcbf

Please sign in to comment.