skip podman e2e
This commit is contained in:
parent
686b546572
commit
76d7d926a7
|
@ -1,4 +1,4 @@
|
|||
job "redis" {
|
||||
job "podman-redis" {
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue