mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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 testSubjects = getService('testSubjects');
|
||||
|
||||
describe('runtime fields', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/95376
|
||||
describe.skip('runtime fields', function () {
|
||||
this.tags(['skipFirefox']);
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue