Skip to content

Commit 8da684b

Browse files
authored
test: un-ignore exec_azure_query_capacity, now passing (#636)
## Summary - Un-ignore `exec_azure_query_capacity` test — the pipefail bug has been fixed and the test passes - `exec_vercel_deploy` remains ignored (still fails with exit code 2) ## Test plan - [x] `exec_azure_query_capacity` passes with `--ignored` flag - [x] Full test suite passes
1 parent ab79808 commit 8da684b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/bashkit/tests/skills_tests.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,7 @@ async fn exec_azure_generate_url() {
319319

320320
/// azure query_capacity.sh — tests: set -euo pipefail, ${1:?}, ${2:-},
321321
/// if/elif, variable expansion, printf, brace expansion {1..60}, for loop
322-
///
323-
/// BUG: Exits with code 1 under set -euo pipefail. A command in the
324-
/// pipeline fails (likely jq or az stub output not matching expected
325-
/// format), causing pipefail to abort.
326322
#[tokio::test]
327-
#[ignore = "pipefail triggers on az/jq stub output mismatch"]
328323
async fn exec_azure_query_capacity() {
329324
let script = read_fixture("azure_query_capacity.sh");
330325
let mut bash = bash_with_stubs();

0 commit comments

Comments
 (0)