Skip to content

Commit

Permalink
spread: disable godeps tests
Browse files Browse the repository at this point in the history
godeps can not longer build due to

   golang/go#57051

Instead of removing the godeps feature, disable the tests in case the
upstream fixes the problem.
  • Loading branch information
sergiusens committed Jun 30, 2023
1 parent b3dee09 commit f57617b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,12 @@ suites:
summary: tests of snapcraft's Go plugin
systems:
- ubuntu-18.04*
tests/spread/plugins/v1/godeps/:
summary: tests of snapcraft's Godeps plugin
systems:
- ubuntu-18.04*
# godeps can no longer build due to:
# https://github.com/golang/go/issues/57051
# tests/spread/plugins/v1/godeps/:
# summary: tests of snapcraft's Godeps plugin
# systems:
# - ubuntu-18.04*
tests/spread/plugins/v1/gradle/:
summary: tests of snapcraft's Gradle plugin
systems:
Expand Down

0 comments on commit f57617b

Please sign in to comment.