Skip to content

Commit

Permalink
Undo skip snowflake integration tests (#14844)
Browse files Browse the repository at this point in the history
Snowflake doesn't monkey patch any more so there is no need to skip the tests any longer.
  • Loading branch information
RosterIn authored Mar 17, 2021
1 parent 1cd62b9 commit 2a2adb3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/providers/snowflake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
import os
import unittest

if os.environ.get('INTEGRATION_PRESTO') == 'true':
raise unittest.SkipTest(
'Snowflake monkeypatch the Python core to force SSL certificate validation.'
'To avoid these side effects, these tests were skipped.'
)

0 comments on commit 2a2adb3

Please sign in to comment.