Skip none and docker driver for now, as we haven't added support for Wanrings yet
parent
1980e066dd
commit
776e6c4ab3
|
@ -27,6 +27,9 @@ import (
|
|||
)
|
||||
|
||||
func TestJSONOutput(t *testing.T) {
|
||||
if NoneDriver() || DockerDriver() {
|
||||
t.Skipf("skipping: test drivers once all JSON output is enabled")
|
||||
}
|
||||
profile := UniqueProfileName("json-output")
|
||||
ctx, cancel := context.WithTimeout(context.Background(), Minutes(40))
|
||||
defer Cleanup(t, profile, cancel)
|
||||
|
|
Loading…
Reference in New Issue