We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b26b5 commit 9b26fe1Copy full SHA for 9b26fe1
test/wif/test_wif.py
@@ -24,18 +24,6 @@
24
PROVIDER = os.getenv("SNOWFLAKE_TEST_WIF_PROVIDER")
25
26
27
-@pytest.mark.wif
28
-def test_wif_provider_autodetection():
29
- connection_params = {
30
- "account": ACCOUNT,
31
- "authenticator": "WORKLOAD_IDENTITY",
32
- "host": HOST,
33
- }
34
- assert connect_and_execute_simple_query(
35
- connection_params
36
- ), "Failed to connect with using WIF - automatic provider detection"
37
-
38
39
@pytest.mark.wif
40
def test_wif_defined_provider():
41
connection_params = {
0 commit comments