Skip to content

Commit

Permalink
skip flaky suite (elastic#186387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and seanrathier committed Jun 21, 2024
1 parent 2080431 commit de2df0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ export default function (providerContext: FtrProviderContext) {
});
});

describe('KSPM EKS Shared Credentials', () => {
// FLAKY: https://github.com/elastic/kibana/issues/186387
describe.skip('KSPM EKS Shared Credentials', () => {
it('KSPM EKS Shared Credentials Workflow', async () => {
const sharedCredentialFile = 'sharedCredentialFileTest';
const sharedCredentialProfileName = 'sharedCredentialProfileNameTest';
Expand Down

0 comments on commit de2df0b

Please sign in to comment.