mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#193102)
This commit is contained in:
parent
160c0d4682
commit
c1f17515b1
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const log = getService('log');
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('FOO index version conflict', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/193102
|
||||
describe.skip('FOO index version conflict', function describeIndexTests() {
|
||||
before(async function () {
|
||||
await browser.setWindowSize(1200, 800);
|
||||
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue