Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {

// https://github.com/elastic/kibana/pull/190690
// fails after missing `awaits` were added
// Flaky: See https://github.com/elastic/kibana/issues/241493
describe('Case View', function () {
// Flaky: See https://github.com/elastic/kibana/issues/253931
describe.skip('Case View', function () {
Comment thread
csr marked this conversation as resolved.
before(async () => {
await svlCommonPage.loginWithPrivilegedRole();
});
Expand Down
Loading