Commit 1404d67
authored
Remove full provider's specification from TEST_TYPES (apache#24901)
The new provider's selective tests introduce option to specify
which providers should be tested (which is automatically
used in CI). This works fine but in case when we remove
Provider's tests from the list (MySQL/MsSQL) the removal was
done only for the Provider's part, not for the detailed list
of providers. That led to test attempting to run
```
[amazon,apache.hive,google,mysql,postgres]
```
for example.
This PR fixes it by removing full Provider's specification.1 parent 98aa044 commit 1404d67
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments