Skip to content

Commit

Permalink
Merge pull request #2303 from gouyang/enable_tests
Browse files Browse the repository at this point in the history
enable skipped test
  • Loading branch information
openshift-merge-bot[bot] authored Dec 11, 2024
2 parents 1b731f9 + 976156a commit 99ee90e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cypress/tests/e2e/check-tab-yaml.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ describe('Check all virtualization pages can be loaded', () => {
cy.contains('fedora').should('exist');
});

// TODO: revert after https://issues.redhat.com/browse/CNV-51198
xit('create bootable volume from yaml', () => {
cy.get(itemCreateBtn).click();
cy.byButtonText(WithYAML).click();
Expand Down
3 changes: 1 addition & 2 deletions cypress/tests/e2e/overview.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const tickWelcomeModal = () => {
});
};

// skip the test due to it cannot close the welcome modal
xdescribe('Close the welcome modal', () => {
describe('Close the welcome modal', () => {
before(() => {
cy.visit('');
cy.wait(20000);
Expand Down

0 comments on commit 99ee90e

Please sign in to comment.