mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#95376)
This commit is contained in:
parent
2d835422e4
commit
eec7bb318b
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }) {
|
||||||
const PageObjects = getPageObjects(['settings']);
|
const PageObjects = getPageObjects(['settings']);
|
||||||
const testSubjects = getService('testSubjects');
|
const testSubjects = getService('testSubjects');
|
||||||
|
|
||||||
describe('runtime fields', function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/95376
|
||||||
|
describe.skip('runtime fields', function () {
|
||||||
this.tags(['skipFirefox']);
|
this.tags(['skipFirefox']);
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue