mirror of https://github.com/databricks/cli.git
Disable integration_whl tests on PRs (#2514)
## Why When this tests were integration tests, they did not do run() part in -short mode. After converting them to acceptance I kept them on always in #2471 This PR disables them in short mode (they will still run on main) because it seems they do expand PR integration test time.
This commit is contained in:
parent
d2ec690585
commit
f8f15368bd
|
@ -1,5 +1,5 @@
|
|||
Local = false
|
||||
#CloudSlow = true
|
||||
CloudSlow = true
|
||||
Ignore = [
|
||||
".databricks",
|
||||
"build",
|
||||
|
|
Loading…
Reference in New Issue