Skip to content
Snippets Groups Projects
Unverified Commit 7f88977f authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[E2E] Skip adding another H2 database to avoid failures in CI (#25150)

* Skip adding another H2 database to avoid failures in CI

This is just a temporary measure!
Remove this mechanism as soon as #24900 gets fixed!

* Use Boolean `true`
parent 5212c9c8
No related branches found
No related tags found
No related merge requests found
Cypress.Commands.add(
"addH2SampleDatabase",
({ name, auto_run_queries = false, is_full_sync = false } = {}) => {
// IMPORTANT!
// TODO: Remove the following line when https://github.com/metabase/metabase/issues/24900 gets fixed.
cy.skipOn(true);
cy.log(`Add another H2 sample database DB called "${name}"`);
cy.request("POST", "/api/database", {
engine: "h2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment