skip flaky suite (#148490)

This commit is contained in:
Jonathan Budzenski 2023-01-06 09:13:55 -06:00
parent af3337d5c1
commit 33b874eec0

View file

@ -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 });