Skip to content

Commit

Permalink
e2e flaky don't fail smoke tests if vm exist before test start
Browse files Browse the repository at this point in the history
  • Loading branch information
yzamir committed Aug 1, 2021
1 parent f5bd08a commit 5348b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -60,7 +60,7 @@ export enum VM_STATUS {
export enum VM_ACTION_TIMEOUT {
VM_BOOTUP = 180000,
VM_IMPORT = 360000,
VM_IMPORT_AND_BOOTUP = 900000,
VM_IMPORT_AND_BOOTUP = 1200000,
VM_MIGRATE = 600000,
}

Expand Down
Expand Up @@ -110,7 +110,7 @@ describe('Test VM/VMI actions', () => {

beforeEach(() => {
vmiFixture.metadata.namespace = testName;
cy.createResource(vmiFixture);
cy.applyResource(vmiFixture);
virtualization.vms.visit();
waitForStatus(VM_STATUS.Running, vmiData);
});
Expand Down

0 comments on commit 5348b01

Please sign in to comment.