Skip to content

Commit

Permalink
ci: disable lavamoat-viz (#23705)
Browse files Browse the repository at this point in the history
lavamoat-viz has been failing more often than not. This PR disables it.

related: #23704
  • Loading branch information
davidmurdoch authored Mar 25, 2024
1 parent 737fdb1 commit b4356b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,11 @@ jobs:
# important: generate lavamoat viz AFTER uploading builds as artifacts
# Temporarily disabled until we can update to a version of `sesify` with
# this fix included: https://github.com/LavaMoat/LavaMoat/pull/121
- run:
name: build:lavamoat-viz
command: ./.circleci/scripts/create-lavamoat-viz.sh
# Disabled 2024-03-25 due to flakiness.
# - see: https://github.com/MetaMask/metamask-extension/issues/23704
#- run:
# name: build:lavamoat-viz
# command: ./.circleci/scripts/create-lavamoat-viz.sh
- store_artifacts:
path: build-artifacts
destination: build-artifacts
Expand Down

0 comments on commit b4356b9

Please sign in to comment.