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

[E2E] Unskip quarantined test due to #24900 (#25518)

parent f5c85201
No related branches found
No related tags found
No related merge requests found
......@@ -165,9 +165,7 @@ describe("scenarios > admin > databases > add", () => {
cy.findByText("Need help connecting?");
});
// TODO:
// Enable once https://github.com/metabase/metabase/issues/24900 gets fixed!
it.skip("should respect users' decision to manually sync large database (metabase#17450)", () => {
it("should respect users' decision to manually sync large database (metabase#17450)", () => {
const H2_CONNECTION_STRING =
"zip:./target/uberjar/metabase.jar!/sample-database.db;USER=GUEST;PASSWORD=guest";
......
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