Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Sep 19, 2024
1 parent d3e3b5a commit ea405a4
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 @@ -46,7 +46,7 @@ function createdPolicyToUpdatePolicy(policy: any) {
const SECRETS_INDEX_NAME = '.fleet-secrets';

export default function (providerContext: FtrProviderContext) {
describe.only('fleet policy secrets', () => {
describe('fleet policy secrets', () => {
const { getService } = providerContext;

const es: Client = getService('es');
Expand Down

0 comments on commit ea405a4

Please sign in to comment.