Skip to content

Commit

Permalink
skip flaky suite (elastic#168904)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 16, 2023
1 parent aece2f8 commit 982ffcc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.svlCommonPage.forceLogout();
});

describe('Kubernetes Dashboard', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168904
describe.skip('Kubernetes Dashboard', () => {
it('displays accurate summary compliance score', async () => {
const scoreElement = await dashboard.getKubernetesComplianceScore();

Expand Down

0 comments on commit 982ffcc

Please sign in to comment.