Skip to content

Commit

Permalink
unskip
Browse files Browse the repository at this point in the history
  • Loading branch information
jerabekjiri committed Jun 19, 2024
1 parent 0ea6d9f commit 5239ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/resources/workflowJobTemplateSurveys.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Workflow Job Templates Surveys', function () {
reusableTemplateSurveyTestSuite.canCreateMultipleSurvey());
});

describe.skip('WFJT Surveys: Launch WFJT with Survey Enabled', function () {
describe('WFJT Surveys: Launch WFJT with Survey Enabled', function () {
before(function () {
cy.createAwxInventory({ organization: (this.globalOrganization as Organization).id }).then(
(inv) => {
Expand Down

0 comments on commit 5239ccd

Please sign in to comment.