Skip to content

Commit

Permalink
turn off cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Aug 10, 2024
1 parent 2c1f0bf commit 815eded
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,17 +1474,18 @@ workflows:
all_architectures: true
name: "Check if CLI builds for all os and arch pairs"
<<: *filters_ignore_main

- test_enclave_manager_web_ui:
name: "Test Basic Web UI Functionality in Docker"
context:
- docker-user
requires:
- build_cli
- build_api_container_server
- build_engine_server
- build_files_artifacts_expander
<<: *filters_ignore_main
# 08/10/2024, tedi: turning these CI tests off for now as they depend on the package indexer for catalog.kurtosis.com which was shut down with
# the Kurtosis Cloud wind down
# - test_enclave_manager_web_ui:
# name: "Test Basic Web UI Functionality in Docker"
# context:
# - docker-user
# requires:
# - build_cli
# - build_api_container_server
# - build_engine_server
# - build_files_artifacts_expander
# <<: *filters_ignore_main

- test_basic_cli_functionality:
name: "Test Basic CLI Functionality in Docker"
Expand Down

0 comments on commit 815eded

Please sign in to comment.