e2e/nomad09upgrade: remove test file that is not needed

This commit is contained in:
Nick Ethier 2019-01-23 21:23:13 -05:00
parent a5823a270c
commit e104528288
No known key found for this signature in database
GPG key ID: 07C1A3ECED90D24A

View file

@ -1,11 +0,0 @@
package nomad09upgrade
import (
"testing"
"github.com/hashicorp/nomad/e2e/framework"
)
func Test(t *testing.T) {
framework.Run(t)
}