mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip 'should show failed shards popup' #78743
This commit is contained in:
parent
1f774bb2e6
commit
6bf83fc37a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await security.testUser.restoreDefaults();
|
||||
});
|
||||
|
||||
it('query should show failed shards pop up', async function () {
|
||||
it.skip('query should show failed shards pop up', async function () {
|
||||
if (false) {
|
||||
/* If you had to modify the scripted fields, you could un-comment all this, run it, use es_archiver to update 'kibana_scripted_fields_on_logstash'
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue