Skip to content

Commit

Permalink
Merge pull request #5364 from hashicorp/disable-failing-e2e-tests
Browse files Browse the repository at this point in the history
tests: disable upgrade e2e tests
  • Loading branch information
nickethier committed Feb 28, 2019
2 parents 982e73f + 863c34a commit 737ea19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e2e/nomad09upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ func (n *nomadAgent) Nomad() (*api.Client, error) {

// BeforeAll downloads all of the desired nomad versions to test against
func (tc *UpgradePathTC) BeforeAll(f *framework.F) {
// Upgrade tests currently fail because the nomad binary isn't found by
// discover.NomadExecutable(). Ensure that nomad binary is available
// and discoverable and enable this test
f.T().Skip("upgrade tests are expected to fail. TODO: Fix")

bin, err := discover.NomadExecutable()
f.NoError(err)
tc.bin = bin
Expand Down

0 comments on commit 737ea19

Please sign in to comment.