skip podman e2e

This commit is contained in:
Drew Bailey 2020-08-14 09:02:56 -04:00
parent 686b546572
commit 76d7d926a7
No known key found for this signature in database
GPG Key ID: FBA61B9FB7CCE1A7
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
job "redis" {
job "podman-redis" {
datacenters = ["dc1"]
type = "service"

View File

@ -29,6 +29,8 @@ func (tc *PodmanTest) BeforeAll(f *framework.F) {
func (tc *PodmanTest) TestRedisDeployment(f *framework.F) {
t := f.T()
// https://github.com/hashicorp/nomad-driver-podman/issues/57
t.Skip("skipping podman test until driver api issue is resolved")
nomadClient := tc.Nomad()
uuid := uuid.Generate()
jobID := "deployment" + uuid[0:8]