Skip to content

Commit

Permalink
Remove test for --all_incompatible_changes flag. It is a no-op.
Browse files Browse the repository at this point in the history
Fixes: #13892

RELNOTES: None
PiperOrigin-RevId: 396219611
  • Loading branch information
aiuto authored and copybara-github committed Sep 12, 2021
1 parent ded65d2 commit 0017fd2
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,5 @@ function test_canonicalize_flags_suppresses_warnings() {
expect_not_log "$canary_clash_error" "$fail_msg"
}

function test_no_conflicts_among_incompatible_changes() {
bazel canonicalize-flags --show_warnings -- --all_incompatible_changes \
&>$TEST_log || fail "bazel canonicalize-flags failed";
expected="The option '.*' was expanded to from both option "
expected+="'.*' and option '.*'."
fail_msg="Options conflict in expansion of --all_incompatible_changes"
expect_not_log "$expected" "$fail_msg"
}


run_suite "incompatible_changes_conflict_test"

0 comments on commit 0017fd2

Please sign in to comment.