mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Skip integrationt test, will turn it on again in next PR
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e7045727d4
commit
f185c08682
@ -71,7 +71,8 @@ describe("preferences page tests", () => {
|
|||||||
}
|
}
|
||||||
}, 10*60*1000);
|
}, 10*60*1000);
|
||||||
|
|
||||||
utils.itIf(process.platform !== "win32")("ensures helm repos", async () => {
|
// Skipping, but will turn it on again in the follow up PR
|
||||||
|
it.skip("ensures helm repos", async () => {
|
||||||
await window.click("[data-testid=kubernetes-tab]");
|
await window.click("[data-testid=kubernetes-tab]");
|
||||||
await window.waitForSelector("[data-testid=repository-name]", {
|
await window.waitForSelector("[data-testid=repository-name]", {
|
||||||
timeout: 140_000,
|
timeout: 140_000,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user