Skip to content

Commit

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

describe('KSPM EKS Direct Access', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/186315
describe.skip('KSPM EKS Direct Access', async () => {
it('KSPM EKS Direct Access Workflow', async () => {
const directAccessKeyId = 'directAccessKeyIdTest';
const directAccessSecretKey = 'directAccessSecretKeyTest';
Expand Down

0 comments on commit d2325ce

Please sign in to comment.