Commit ef5aa5e
authored
chore(csharp/test/Drivers/Databricks): Skip StatusPollerKeepsQueryAlive in CI test (#3155)
## Motivation
The test `StatementTest:StatusPollerKeepsQueryAlive` runs 30 minutes as
it tests if Databricks connection is still alive after 30 idle time
after using KeepAlive poller, which is not applicable for CI test. We
should exclude it from the CI.
## Changes
- Skip `StatementTest:StatusPollerKeepsQueryAlive` test when
`TestConfiguration.IsCITesting` is true1 parent 4002336 commit ef5aa5e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| 889 | + | |
| 890 | + | |
889 | 891 | | |
890 | 892 | | |
891 | 893 | | |
| |||
0 commit comments