Skip to content

Commit

Permalink
remove exception from check_workspace_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Aug 28, 2024
1 parent 89b7893 commit 8b77172
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-tools/xtask/src/check_workspace_deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ pub fn run_cmd() -> Result<()> {
// Including xtask causes hakari to not work as well and build
// times to be longer (omicron#4392).
"xtask",
// The tests here should not be run by default, as they require
// a running control plane.
"end-to-end-tests",
"omicron-live-tests",
]
.contains(&package.name.as_str())
.then_some(&package.id)
Expand Down

0 comments on commit 8b77172

Please sign in to comment.