Skip none and docker driver for now, as we haven't added support for Wanrings yet

pull/8663/head
Priya Wadhwa 2020-07-07 17:13:35 -04:00
parent 1980e066dd
commit 776e6c4ab3
1 changed files with 3 additions and 0 deletions

View File

@ -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)