mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#86602)
This commit is contained in:
parent
56fc7820f1
commit
3186ead3bd
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const PageObjects = getPageObjects(['common']);
|
||||
|
||||
describe('errors', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/86602
|
||||
describe.skip('errors', function describeIndexTests() {
|
||||
before(async function () {
|
||||
await esArchiver.load('invalid_scripted_field');
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue