Skip to content

Commit

Permalink
SS-1206 wrote comment for future e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anondo1969 committed Nov 27, 2024
1 parent 5a9cf7f commit 3ae51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ui-tests/test-deploy-app.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ describe("Test deploying app", () => {
cy.logf("End beforeEach() hook", Cypress.currentTest)
})

// We nned to add a test here for validating Site-dir option. See SS-1206 for details
it("can deploy a project and public app using the custom app chart", { defaultCommandTimeout: defaultCmdTimeoutMs }, () => {
// Names of objects to create
const project_name = "e2e-deploy-app-test"
Expand Down Expand Up @@ -244,6 +243,7 @@ describe("Test deploying app", () => {
})

// This test is skipped because it will only work against a Serve instance running on our cluster. should be switched on for the e2e tests against remote.
// We need to add a test here for validating Site-dir option. See SS-1206 for details
it.skip("can deploy a shiny app", { defaultCommandTimeout: defaultCmdTimeoutMs }, () => {
// Names of objects to create
const project_name = "e2e-deploy-app-test"
Expand Down

0 comments on commit 3ae51f4

Please sign in to comment.