Skip to content

Commit

Permalink
[Fleet] Test flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Sep 18, 2024
1 parent 77fe423 commit c9f4039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/fleet_api_integration/apis/policy_secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export default function (providerContext: FtrProviderContext) {
packagePolicyWithSecrets = await createPackagePolicyWithSecrets(testAgentPolicy.id);
});

it('should correctly create the policy with secrets', async () => {
it.only('should correctly create the policy with secrets', async () => {
const packageVarId = packagePolicyWithSecrets.vars.package_var_secret.value.id;

expect(packageVarId).to.be.an('string');
Expand Down

0 comments on commit c9f4039

Please sign in to comment.