Skip to content

Commit

Permalink
Skipping test 126 in 2.9 due to unfixed error (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartin24 authored Dec 20, 2024
1 parent 680e1ca commit 86723ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cypress/e2e/unit_tests/p1_fleet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ if (!/\/2\.7/.test(Cypress.env('rancher_version')) && !/\/2\.8/.test(Cypress.env
});
});

if (!/\/2\.9/.test(Cypress.env('rancher_version'))) {
// Skipping in 2.9 due to https://github.com/rancher/fleet/issues/3048
qase(126,
it(
'Fleet-126: Test when `disablePolling=true` and forcing update Gitrepo will sync latest changes from Github',
Expand Down Expand Up @@ -568,7 +570,7 @@ if (!/\/2\.7/.test(Cypress.env('rancher_version')) && !/\/2\.8/.test(Cypress.env
cy.verifyTableRow(0, 'Active', '5/5');
}
)
);
)};

qase(124,
it(
Expand Down

0 comments on commit 86723ea

Please sign in to comment.