mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#148490)
This commit is contained in:
parent
af3337d5c1
commit
33b874eec0
1 changed files with 2 additions and 1 deletions
|
@ -1086,7 +1086,8 @@ describe.skip('AllCasesListGeneric', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Assignees', () => {
|
||||
// Flaky: https://github.com/elastic/kibana/issues/148490
|
||||
describe.skip('Assignees', () => {
|
||||
it('should hide the assignees column on basic license', async () => {
|
||||
useLicenseMock.mockReturnValue({ isAtLeastPlatinum: () => false });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue