mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#166597)
This commit is contained in:
parent
053507a2d2
commit
a9d9c898a8
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('navigation', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/166597
|
||||
describe.skip('navigation', function () {
|
||||
before(async () => {
|
||||
await svlCommonPage.login();
|
||||
await svlSearchNavigation.navigateToLandingPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue