Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions crates/bashkit/tests/skills_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,7 @@ async fn exec_azure_generate_url() {

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