mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-07 16:14:40 +00:00
fix(cypress): temporary skip heavy tests of about section (#15316)
This commit is contained in:
parent
f3c0e0804e
commit
7ba6859107
@ -23,7 +23,7 @@ describe("summary tab - data product", () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("data product - description section", () => {
|
it.skip("data product - description section", () => {
|
||||||
utils.testAboutSection();
|
utils.testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ describe("summary tab - domain", () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("domain - description section", () => {
|
it.skip("domain - description section", () => {
|
||||||
utils.testAboutSection();
|
utils.testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ describe("summary tab - glossary node", () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary node - description section", () => {
|
it.skip("glossary node - description section", () => {
|
||||||
utils.testAboutSection();
|
utils.testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ describe("summary tab - glossary term", () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary term - description section", () => {
|
it.skip("glossary term - description section", () => {
|
||||||
utils.testAboutSection();
|
utils.testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user