mirror of https://github.com/databricks/cli.git
try setting NO_COLOR to fix Windows CI
This commit is contained in:
parent
4116d8f644
commit
c685ba7d30
|
@ -61,6 +61,7 @@ func TestInprocessMode(t *testing.T) {
|
|||
if InprocessMode {
|
||||
t.Skip("Already tested by TestAccept")
|
||||
}
|
||||
t.Setenv("NO_COLOR", "1")
|
||||
require.NotEmpty(t, testAccept(t, true, "help"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue