Skip to content

Commit

Permalink
test(rust): disable back compatibility bats test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbenavides committed Oct 31, 2024
1 parent 954a157 commit 44218ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ teardown() {
# ===== TESTS

@test "backcompat - generate ticket, enroll with old version" {
skip "docker call not supported in CI yet"
latest_version=$($OCKAM --version | grep -o 'ockam [0-9]*\.[0-9]*\.[0-9]*' | sed 's/ockam //')
latest_minor_version=$(echo $latest_version | cut -d. -f2)
versions_to_check=$(seq -f "0.%g.0" $((latest_minor_version - 5)) $((latest_minor_version - 1)))
Expand Down

0 comments on commit 44218ac

Please sign in to comment.