Skip to content

Commit

Permalink
[APM] Unskip failing test fleet (#145073)
Browse files Browse the repository at this point in the history
Closes #144907
  • Loading branch information
MiriamAparicio authored Nov 14, 2022
1 parent 8619d51 commit d821134
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('when navigating to integration page', () => {
cy.getByTestSubj('addIntegrationPolicyButton').click();
});

it.skip('checks validators for required fields', () => {
it('checks validators for required fields', () => {
const requiredFields = policyFormFields.filter((field) => field.required);

requiredFields.map((field) => {
Expand All @@ -76,7 +76,7 @@ describe('when navigating to integration page', () => {
});
});

it.skip('should display Tail-based section on latest version', () => {
it('should display Tail-based section on latest version', () => {
cy.visitKibana('/app/fleet/integrations/apm/add-integration');
cy.contains('Tail-based sampling').should('exist');
});
Expand Down

0 comments on commit d821134

Please sign in to comment.