Commit 5fc77b0
authored
Make ucws tests skipped when DATABRICKS_ACCOUNT_ID is present (#448)
## Changes
<!-- Summary of your changes that are easy to understand -->
- Added `skip_for_env` function and make all tests with `ucws` skip when
`DATABRICKS_ACCOUNT_ID` is present
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
Verified that the ucws tests got skipped when running `make dev
integration`
- [ ] `make test` run locally
- [ ] `make fmt` applied
- [ ] relevant integration tests applied1 parent 86ca043 commit 5fc77b0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments