Skip to content

Commit

Permalink
Merge pull request #4407 from lensapp/release/v5.3.0-beta.3
Browse files Browse the repository at this point in the history
release v5.3.0-beta.3
  • Loading branch information
jim-docker authored Nov 24, 2021
2 parents 820b2d1 + 0915021 commit 7d4a2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/__tests__/cluster-pages.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
await cleanup();
}, 10*60*1000);

it("shows cluster context menu in sidebar", async () => {
it.skip("shows cluster context menu in sidebar", async () => {
await frame.click(`[data-testid="sidebar-cluster-dropdown"]`);
await frame.waitForSelector(`.Menu >> text="Add to Hotbar"`);
await frame.waitForSelector(`.Menu >> text="Settings"`);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "5.3.0-beta.2",
"version": "5.3.0-beta.3",
"main": "static/build/main.js",
"copyright": "© 2021 OpenLens Authors",
"license": "MIT",
Expand Down

0 comments on commit 7d4a2a5

Please sign in to comment.