Skip to content

Commit

Permalink
ci/ui: remove deletion of mynamespace
Browse files Browse the repository at this point in the history
As this is not needed anymore. Namespace in the UI is set by the plugin.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Feb 15, 2023
1 parent cb51fa6 commit e0e394f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cypress/e2e/unit_tests/machine_registration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ describe('Machine registration testing', () => {
// Delete all files previously downloaded
cy.exec('rm cypress/downloads/*', {failOnNonZeroExit: false});

// Delete namespace
cy.exec('kubectl --kubeconfig=/etc/rancher/k3s/k3s.yaml delete ns mynamespace', {failOnNonZeroExit: false});

// Delete all existing machine registrations
cy.contains('Manage Registration Endpoints').click();
cy.get('.outlet > header').contains('Registration Endpoints');
Expand Down

0 comments on commit e0e394f

Please sign in to comment.