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:
Denis Bilenko 2025-03-18 14:33:28 +01:00 committed by GitHub
parent d2ec690585
commit f8f15368bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Local = false
#CloudSlow = true
CloudSlow = true
Ignore = [
".databricks",
"build",