mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip failing test suite (#60194)
This commit is contained in:
parent
23b2f3b080
commit
99bcccea87
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
|
||||||
const testSubjects = getService('testSubjects');
|
const testSubjects = getService('testSubjects');
|
||||||
const PageObjects = getPageObjects(['common', 'header']);
|
const PageObjects = getPageObjects(['common', 'header']);
|
||||||
|
|
||||||
describe('runPipeline', function () {
|
// Failing: See https://github.com/elastic/kibana/issues/60194
|
||||||
|
describe.skip('runPipeline', function () {
|
||||||
this.tags(['skipFirefox']);
|
this.tags(['skipFirefox']);
|
||||||
|
|
||||||
before(async () => {
|
before(async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue