Skip to content

Commit

Permalink
Merge branch 'main' into AAP-20726_buttons_based_on_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed May 23, 2024
2 parents 92cde69 + 9b3787c commit 23bef29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/resources/workflowVisualizerOutput.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { WorkflowJobTemplate } from '../../../../frontend/awx/interfaces/Workflo
import { WorkflowNode } from '../../../../frontend/awx/interfaces/WorkflowNode';
import { awxAPI } from '../../../support/formatApiPathForAwx';

describe('Workflow Visualizer', () => {
describe.skip('Workflow Visualizer', () => {
let organization: Organization;
let project: Project;
let inventory: Inventory;
Expand Down
4 changes: 2 additions & 2 deletions cypress/e2e/awx/views/schedules.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Schedule } from '../../../../frontend/awx/interfaces/Schedule';
import { WorkflowJobTemplate } from '../../../../frontend/awx/interfaces/WorkflowJobTemplate';
import { awxAPI } from '../../../support/formatApiPathForAwx';

describe('Schedules - Create and Delete', function () {
describe.skip('Schedules - Create and Delete', function () {
let organization: Organization;
let jobTemplate: JobTemplate;
let project: Project;
Expand Down Expand Up @@ -511,7 +511,7 @@ describe('Schedules - Create and Delete', function () {
});
});

describe('Schedules - Edit', () => {
describe.skip('Schedules - Edit', () => {
let schedule: Schedule;
let project: Project;

Expand Down

0 comments on commit 23bef29

Please sign in to comment.