Commit 4002336
authored
chore(csharp/test/Drivers/Databricks): Add IsCITesting in DatabricksTestConfiguration (#3153)
## Motivation
There are some E2E test in Databricks driver tests (
e.g.`StatusPollerKeepsQueryAlive` in `StatementTest`) should be skipped
for various reasons, we can include property `IsCITesting` in
`DatabricksTestConfiguration` to indicates if the current test
environment is run in the CI.
### Changes
- Added `IsCITesting` in `DatabricksTestConfiguration` with default
value `false`1 parent 00be00e commit 4002336
File tree
1 file changed
+3
-0
lines changed- csharp/test/Drivers/Databricks/E2E
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
0 commit comments