Commit 8472b08
authored
ci(bigtable): allow bulkTests profile to skip unit tests by removing explicit skipTests override (#13906)
The normal CI units is running the BigTable tests even though bigtable
has their own split-units config.
This seems to stem from bulkTest profile having the skipTests property
be overwritten by BigTable's default config. This change updates it so
that bulkTests profile can properly skip BigTable tests when enabled.
When the profile is not enabled, the skipTests property defaults to `""`
which is evaluated to false by default.1 parent c18141d commit 8472b08
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments