mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#203508)
This commit is contained in:
parent
f398ef877c
commit
dfc62e4a3e
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const esDeleteAllIndices = getService('esDeleteAllIndices');
|
||||
const indexName = 'test-my-index';
|
||||
|
||||
describe('index details page - search solution', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/203508
|
||||
describe.skip('index details page - search solution', function () {
|
||||
describe('developer', function () {
|
||||
before(async () => {
|
||||
await pageObjects.svlCommonPage.loginWithRole('developer');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue