mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Turn on 'ensure helm repos' test for win32
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
cbe6a21d4d
commit
a6aa2ae1f3
@ -63,7 +63,7 @@ describe("preferences page tests", () => {
|
||||
}
|
||||
}, 10*60*1000);
|
||||
|
||||
it("ensures helm repos", async () => {
|
||||
utils.itIf(process.platform !== "win32")("ensures helm repos", async () => {
|
||||
await window.click("[data-testid=kubernetes-tab]");
|
||||
await window.waitForSelector("[data-testid=repository-name]", {
|
||||
timeout: 100_000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user