Skip to content

Commit

Permalink
Delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil authored and ZitaNemeckova committed Jun 20, 2024
1 parent 2953f3a commit 264d9ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/awx/administration/topology-view.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ describe('Topology view', () => {
});
});
});
// FLAKY_06_13_2024
// Watch

it('will allow the user to select node and delete it', () => {
cy.awxRequestGet<Settings>(awxAPI`/settings/system/`).then((data) => {
if (!data?.IS_K8S) {
Expand Down

0 comments on commit 264d9ae

Please sign in to comment.