mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip failing test suite (#148388)
This commit is contained in:
parent
376bed5d16
commit
18e157a1a0
1 changed files with 2 additions and 1 deletions
|
@ -306,7 +306,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||||
expect(await titleElem.getAttribute('value')).to.equal(dataView);
|
expect(await titleElem.getAttribute('value')).to.equal(dataView);
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('Search source Alert', () => {
|
// Failing: See https://github.com/elastic/kibana/issues/148388
|
||||||
|
describe.skip('Search source Alert', () => {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await security.testUser.setRoles(['discover_alert']);
|
await security.testUser.setRoles(['discover_alert']);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue