Skip to content

Commit

Permalink
Disable Glide hg tests
Browse files Browse the repository at this point in the history
The API they use is no longer supported.
  • Loading branch information
Edward Muller authored and Edward Muller committed Jun 27, 2019
1 parent 829edd5 commit 489569a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,14 @@ testGlideWithHgDep() {
echo "!!!"
return 0
fi

echo "!!!"
echo "!!! Skipping this test as Glide uses bitbucket v1.0 API, which is no longer supported"
echo "!!! https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/"
echo "!!! TODO: move test to go modules"
echo "!!!"
return 0

fixture "glide-with-hg-dep"

assertDetected
Expand Down

0 comments on commit 489569a

Please sign in to comment.