Skip to content

Commit

Permalink
skip flaky suite (#97085)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 14, 2021
1 parent de4bcdb commit 82b7082
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ authc.getCurrentUser.mockResolvedValue(
})
);

describe('APIKeysGridPage', () => {
// FLAKY: https://github.com/elastic/kibana/issues/97085
describe.skip('APIKeysGridPage', () => {
it('loads and displays API keys', async () => {
const history = createMemoryHistory({ initialEntries: ['/'] });

Expand Down

0 comments on commit 82b7082

Please sign in to comment.