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 @@ -85,7 +85,8 @@ function assertTableIsEmpty() {
cy.getBySel(FLEET_AGENT_LIST_PAGE.TABLE).contains('No agents found');
}

describe('View agents list', () => {
// Flaky tests: https://github.com/elastic/kibana/issues/250728
describe.skip('View agents list', () => {
before(() => {
deleteAgentDocs(true);
cleanupAgentPolicies();
Expand Down
Loading